Uses of Class
cloud.opencode.base.crypto.keyexchange.EcdhEngine
Packages that use EcdhEngine
-
Uses of EcdhEngine in cloud.opencode.base.crypto.keyexchange
Methods in cloud.opencode.base.crypto.keyexchange that return EcdhEngineModifier and TypeMethodDescriptionstatic EcdhEngineEcdhEngine.p256()Creates an ECDH engine with NIST P-256 curve 创建使用 NIST P-256 曲线的 ECDH 引擎static EcdhEngineEcdhEngine.p384()Creates an ECDH engine with NIST P-384 curve 创建使用 NIST P-384 曲线的 ECDH 引擎static EcdhEngineEcdhEngine.p521()Creates an ECDH engine with NIST P-521 curve 创建使用 NIST P-521 曲线的 ECDH 引擎EcdhEngine.setPrivateKey(PrivateKey privateKey) EcdhEngine.setRemotePublicKey(PublicKey publicKey) static EcdhEngineCreates an ECDH engine with the specified curve 创建使用指定曲线的 ECDH 引擎static EcdhEngineEcdhEngine.withGeneratedKeyPair(CurveType curve) Creates an ECDH engine with the specified curve and generates a key pair 创建使用指定曲线的 ECDH 引擎并生成密钥对