Uses of Enum Class
cloud.opencode.base.crypto.enums.SymmetricAlgorithm
Packages that use SymmetricAlgorithm
Package
Description
-
Uses of SymmetricAlgorithm in cloud.opencode.base.crypto
Methods in cloud.opencode.base.crypto with parameters of type SymmetricAlgorithmModifier and TypeMethodDescriptionstatic OpenSymmetricOpenSymmetric.of(SymmetricAlgorithm algorithm) Create cipher by algorithm enum 根据算法枚举创建加密器static OpenSymmetricOpenCrypto.symmetric(SymmetricAlgorithm algorithm) Custom symmetric cipher 自定义对称加密 -
Uses of SymmetricAlgorithm in cloud.opencode.base.crypto.enums
Subclasses with type arguments of type SymmetricAlgorithm in cloud.opencode.base.crypto.enumsModifier and TypeClassDescriptionenumSymmetric encryption algorithm enumeration - 对称加密算法枚举 对称加密算法的枚举定义Methods in cloud.opencode.base.crypto.enums that return SymmetricAlgorithmModifier and TypeMethodDescriptionstatic SymmetricAlgorithmReturns the enum constant of this class with the specified name.static SymmetricAlgorithm[]SymmetricAlgorithm.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of SymmetricAlgorithm in cloud.opencode.base.crypto.envelope
Methods in cloud.opencode.base.crypto.envelope that return SymmetricAlgorithmModifier and TypeMethodDescriptionEnvelopeCrypto.getSymmetricAlgorithm()Get the symmetric algorithmHybridCrypto.getSymmetricAlgorithm()Get the symmetric algorithm 获取对称算法Methods in cloud.opencode.base.crypto.envelope with parameters of type SymmetricAlgorithmModifier and TypeMethodDescriptionHybridCrypto.Builder.symmetricAlgorithm(SymmetricAlgorithm algorithm) Set symmetric algorithm for data encryption 设置用于数据加密的对称算法