Uses of Class
cloud.opencode.base.crypto.asymmetric.RsaCipher
Packages that use RsaCipher
-
Uses of RsaCipher in cloud.opencode.base.crypto.asymmetric
Methods in cloud.opencode.base.crypto.asymmetric that return RsaCipherModifier and TypeMethodDescriptionstatic RsaCipherRsaCipher.create()Create a new RSA cipher instance 创建新的 RSA 密码实例static RsaCipherRsaCipher.rsa2048()Create RSA cipher with generated 2048-bit key pair 创建带 2048 位密钥对的 RSA 密码static RsaCipherRsaCipher.rsa4096()Create RSA cipher with generated 4096-bit key pair 创建带 4096 位密钥对的 RSA 密码static RsaCipherRsaCipher.withGeneratedKeyPair(int keySize) Create RSA cipher with generated key pair of specified size 创建带指定大小密钥对的 RSA 密码