Uses of Class
cloud.opencode.base.crypto.asymmetric.RsaOaepCipher
Packages that use RsaOaepCipher
-
Uses of RsaOaepCipher in cloud.opencode.base.crypto.asymmetric
Methods in cloud.opencode.base.crypto.asymmetric that return RsaOaepCipherModifier and TypeMethodDescriptionRsaOaepCipher.Builder.build()Build the RSA-OAEP cipher 构建 RSA-OAEP 密码static RsaOaepCipherRsaOaepCipher.sha256()Create RSA-OAEP cipher with SHA-256 digest (recommended) 创建使用 SHA-256 摘要的 RSA-OAEP 密码(推荐)static RsaOaepCipherRsaOaepCipher.sha384()Create RSA-OAEP cipher with SHA-384 digest 创建使用 SHA-384 摘要的 RSA-OAEP 密码static RsaOaepCipherRsaOaepCipher.sha512()Create RSA-OAEP cipher with SHA-512 digest 创建使用 SHA-512 摘要的 RSA-OAEP 密码static RsaOaepCipherRsaOaepCipher.withGeneratedKeyPair(int keySize) Create RSA-OAEP cipher with generated key pair 创建带生成密钥对的 RSA-OAEP 密码