Uses of Class
cloud.opencode.base.crypto.signature.RsaSignature
Packages that use RsaSignature
-
Uses of RsaSignature in cloud.opencode.base.crypto.signature
Methods in cloud.opencode.base.crypto.signature that return RsaSignatureModifier and TypeMethodDescriptionstatic RsaSignatureRsaSignature.sha256()Create RSA signature with SHA-256 (2048-bit key recommended) 创建使用 SHA-256 的 RSA 签名(推荐 2048 位密钥)static RsaSignatureRsaSignature.sha256WithKeyPair()Create RSA signature with SHA-256 and generated 2048-bit key pair 创建使用 SHA-256 和生成的 2048 位密钥对的 RSA 签名static RsaSignatureRsaSignature.sha384()Create RSA signature with SHA-384 (3072-bit key recommended) 创建使用 SHA-384 的 RSA 签名(推荐 3072 位密钥)static RsaSignatureRsaSignature.sha512()Create RSA signature with SHA-512 (4096-bit key recommended) 创建使用 SHA-512 的 RSA 签名(推荐 4096 位密钥)static RsaSignatureRsaSignature.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 密钥对