Uses of Enum Class
cloud.opencode.base.crypto.enums.CurveType
Packages that use CurveType
Package
Description
-
Uses of CurveType in cloud.opencode.base.crypto.asymmetric
Methods in cloud.opencode.base.crypto.asymmetric that return CurveTypeMethods in cloud.opencode.base.crypto.asymmetric with parameters of type CurveType -
Uses of CurveType in cloud.opencode.base.crypto.enums
Subclasses with type arguments of type CurveType in cloud.opencode.base.crypto.enumsModifier and TypeClassDescriptionenumElliptic curve type enumeration - 椭圆曲线类型枚举 椭圆曲线类型的枚举定义Methods in cloud.opencode.base.crypto.enums that return CurveType -
Uses of CurveType in cloud.opencode.base.crypto.key
Methods in cloud.opencode.base.crypto.key with parameters of type CurveTypeModifier and TypeMethodDescriptionstatic KeyPairKeyPairUtil.generateEc(CurveType curve) Generate elliptic curve key pair with specified curve 使用指定的曲线生成椭圆曲线密钥对static KeyPairKeyGenerator.generateEcKeyPair(CurveType curve) Generate elliptic curve key pair 生成椭圆曲线密钥对 -
Uses of CurveType in cloud.opencode.base.crypto.keyexchange
Methods in cloud.opencode.base.crypto.keyexchange that return CurveTypeModifier and TypeMethodDescriptionEcdhEngine.getCurve()Gets the curve type used by this engine 获取此引擎使用的曲线类型Methods in cloud.opencode.base.crypto.keyexchange with parameters of type CurveTypeModifier and TypeMethodDescriptionstatic 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 引擎并生成密钥对 -
Uses of CurveType in cloud.opencode.base.crypto.signature
Methods in cloud.opencode.base.crypto.signature that return CurveTypeMethods in cloud.opencode.base.crypto.signature with parameters of type CurveTypeModifier and TypeMethodDescriptionstatic EcdsaSignatureCreate ECDSA signature with custom curve type 创建使用自定义曲线类型的 ECDSA 签名