Uses of Class
cloud.opencode.base.crypto.asymmetric.EccCipher
Packages that use EccCipher
-
Uses of EccCipher in cloud.opencode.base.crypto.asymmetric
Methods in cloud.opencode.base.crypto.asymmetric that return EccCipherModifier and TypeMethodDescriptionstatic EccCipherEccCipher.p256()Create ECC cipher with P-256 curve (recommended) 创建使用 P-256 曲线的 ECC 密码(推荐)static EccCipherEccCipher.p384()Create ECC cipher with P-384 curve 创建使用 P-384 曲线的 ECC 密码static EccCipherEccCipher.p521()Create ECC cipher with P-521 curve 创建使用 P-521 曲线的 ECC 密码static EccCipherCreate ECC cipher with specified curve 创建使用指定曲线的 ECC 密码static EccCipherEccCipher.withGeneratedKeyPair(CurveType curve) Create ECC cipher with generated key pair 创建带生成密钥对的 ECC 密码