Uses of Enum Class
cloud.opencode.base.crypto.enums.AsymmetricAlgorithm
Packages that use AsymmetricAlgorithm
Package
Description
-
Uses of AsymmetricAlgorithm in cloud.opencode.base.crypto
Methods in cloud.opencode.base.crypto with parameters of type AsymmetricAlgorithmModifier and TypeMethodDescriptionstatic OpenAsymmetricOpenCrypto.asymmetric(AsymmetricAlgorithm algorithm) Custom asymmetric cipher 自定义非对称加密static OpenAsymmetricOpenAsymmetric.of(AsymmetricAlgorithm algorithm) Create cipher by algorithm enum 根据算法枚举创建加密器 -
Uses of AsymmetricAlgorithm in cloud.opencode.base.crypto.enums
Subclasses with type arguments of type AsymmetricAlgorithm in cloud.opencode.base.crypto.enumsModifier and TypeClassDescriptionenumAsymmetric encryption algorithm enumeration - 非对称加密算法枚举 非对称加密算法的枚举定义Methods in cloud.opencode.base.crypto.enums that return AsymmetricAlgorithmModifier and TypeMethodDescriptionstatic AsymmetricAlgorithmReturns the enum constant of this class with the specified name.static AsymmetricAlgorithm[]AsymmetricAlgorithm.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of AsymmetricAlgorithm in cloud.opencode.base.crypto.envelope
Methods in cloud.opencode.base.crypto.envelope that return AsymmetricAlgorithmModifier and TypeMethodDescriptionEnvelopeCrypto.getAsymmetricAlgorithm()Get the asymmetric algorithmHybridCrypto.getAsymmetricAlgorithm()Get the asymmetric algorithm 获取非对称算法Methods in cloud.opencode.base.crypto.envelope with parameters of type AsymmetricAlgorithmModifier and TypeMethodDescriptionHybridCrypto.Builder.asymmetricAlgorithm(AsymmetricAlgorithm algorithm) Set asymmetric algorithm for key encryption 设置用于密钥加密的非对称算法