Uses of Enum Class
cloud.opencode.base.crypto.enums.PasswordHashAlgorithm
Packages that use PasswordHashAlgorithm
-
Uses of PasswordHashAlgorithm in cloud.opencode.base.crypto
Methods in cloud.opencode.base.crypto with parameters of type PasswordHashAlgorithmModifier and TypeMethodDescriptionstatic OpenPasswordHashOpenPasswordHash.of(PasswordHashAlgorithm algorithm) Create password hasher by algorithm enum 根据算法枚举创建密码哈希器 -
Uses of PasswordHashAlgorithm in cloud.opencode.base.crypto.enums
Subclasses with type arguments of type PasswordHashAlgorithm in cloud.opencode.base.crypto.enumsModifier and TypeClassDescriptionenumPassword hashing algorithm enumeration - 密码哈希算法枚举 密码哈希算法的枚举定义Methods in cloud.opencode.base.crypto.enums that return PasswordHashAlgorithmModifier and TypeMethodDescriptionstatic PasswordHashAlgorithmReturns the enum constant of this class with the specified name.static PasswordHashAlgorithm[]PasswordHashAlgorithm.values()Returns an array containing the constants of this enum class, in the order they are declared.