Uses of Enum Class
cloud.opencode.base.crypto.enums.DigestAlgorithm
Packages that use DigestAlgorithm
Package
Description
-
Uses of DigestAlgorithm in cloud.opencode.base.crypto
Methods in cloud.opencode.base.crypto with parameters of type DigestAlgorithmModifier and TypeMethodDescriptionstatic OpenDigestOpenCrypto.digester(DigestAlgorithm algorithm) Custom digester by algorithm 自定义摘要器static OpenDigestOpenDigest.of(DigestAlgorithm algorithm) Create digester by algorithm enum 根据算法枚举创建摘要器 -
Uses of DigestAlgorithm in cloud.opencode.base.crypto.asymmetric
Methods in cloud.opencode.base.crypto.asymmetric with parameters of type DigestAlgorithmModifier and TypeMethodDescriptionRsaOaepCipher.Builder.digest(DigestAlgorithm digest) Set the digest algorithm for OAEP 设置 OAEP 的摘要算法 -
Uses of DigestAlgorithm in cloud.opencode.base.crypto.enums
Subclasses with type arguments of type DigestAlgorithm in cloud.opencode.base.crypto.enumsModifier and TypeClassDescriptionenumDigest algorithm enumeration for cryptographic hash functions - 摘要算法枚举 加密哈希函数的摘要算法枚举Methods in cloud.opencode.base.crypto.enums that return DigestAlgorithmModifier and TypeMethodDescriptionstatic DigestAlgorithmReturns the enum constant of this class with the specified name.static DigestAlgorithm[]DigestAlgorithm.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of DigestAlgorithm in cloud.opencode.base.crypto.password
Methods in cloud.opencode.base.crypto.password with parameters of type DigestAlgorithmModifier and TypeMethodDescriptionPbkdf2Hash.Builder.algorithm(DigestAlgorithm algorithm) Set the digest algorithm 设置摘要算法