Uses of Enum Class
cloud.opencode.base.crypto.enums.SignatureAlgorithm
Packages that use SignatureAlgorithm
-
Uses of SignatureAlgorithm in cloud.opencode.base.crypto
Methods in cloud.opencode.base.crypto with parameters of type SignatureAlgorithmModifier and TypeMethodDescriptionstatic OpenSignOpenSign.of(SignatureAlgorithm algorithm) Create signer by algorithm enum 根据算法枚举创建签名器static OpenSignOpenCrypto.signer(SignatureAlgorithm algorithm) Custom signer 自定义签名器 -
Uses of SignatureAlgorithm in cloud.opencode.base.crypto.enums
Subclasses with type arguments of type SignatureAlgorithm in cloud.opencode.base.crypto.enumsModifier and TypeClassDescriptionenumDigital signature algorithm enumeration - 数字签名算法枚举 数字签名算法的枚举定义Methods in cloud.opencode.base.crypto.enums that return SignatureAlgorithmModifier and TypeMethodDescriptionstatic SignatureAlgorithmReturns the enum constant of this class with the specified name.static SignatureAlgorithm[]SignatureAlgorithm.values()Returns an array containing the constants of this enum class, in the order they are declared.