Uses of Enum Class
cloud.opencode.base.crypto.password.Argon2Type
Packages that use Argon2Type
-
Uses of Argon2Type in cloud.opencode.base.crypto.kdf
Methods in cloud.opencode.base.crypto.kdf that return Argon2TypeModifier and TypeMethodDescriptionArgon2Kdf.getType()Gets the Argon2 variant type 获取 Argon2 变体类型Methods in cloud.opencode.base.crypto.kdf with parameters of type Argon2TypeModifier and TypeMethodDescriptionArgon2Kdf.Builder.type(Argon2Type type) Sets the Argon2 type 设置 Argon2 类型 -
Uses of Argon2Type in cloud.opencode.base.crypto.password
Subclasses with type arguments of type Argon2Type in cloud.opencode.base.crypto.passwordModifier and TypeClassDescriptionenumArgon2 algorithm type enumeration - Different variants of Argon2 password hashing Argon2 算法类型枚举 - Argon2 密码哈希的不同变体Methods in cloud.opencode.base.crypto.password that return Argon2TypeModifier and TypeMethodDescriptionstatic Argon2TypeReturns the enum constant of this class with the specified name.static Argon2Type[]Argon2Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in cloud.opencode.base.crypto.password with parameters of type Argon2TypeModifier and TypeMethodDescriptionArgon2Hash.Builder.type(Argon2Type type) Set the Argon2 variant type 设置 Argon2 变体类型