Uses of Class
cloud.opencode.base.crypto.signature.RsaSignature

Packages that use RsaSignature
Package
Description
 
  • Uses of RsaSignature in cloud.opencode.base.crypto.signature

    Modifier and Type
    Method
    Description
    RsaSignature.sha1()
    Create RSA signature with SHA-1 — legacy opt-in, deprecated.
    RsaSignature.sha256()
    Create RSA signature with SHA-256 (2048-bit key recommended) 创建使用 SHA-256 的 RSA 签名(推荐 2048 位密钥)
    RsaSignature.sha256WithKeyPair()
    Create RSA signature with SHA-256 and generated 2048-bit key pair 创建使用 SHA-256 和生成的 2048 位密钥对的 RSA 签名
    RsaSignature.sha384()
    Create RSA signature with SHA-384 (3072-bit key recommended) 创建使用 SHA-384 的 RSA 签名(推荐 3072 位密钥)
    RsaSignature.sha512()
    Create RSA signature with SHA-512 (4096-bit key recommended) 创建使用 SHA-512 的 RSA 签名(推荐 4096 位密钥)
    RsaSignature.sha512WithKeyPair()
    Create RSA signature with SHA-512 and generated 4096-bit key pair 创建使用 SHA-512 和生成的 4096 位密钥对的 RSA 签名
    RsaSignature.withGeneratedKeyPair(int keySize)
    Generate a new RSA key pair of specified size 生成指定大小的新 RSA 密钥对