Uses of Enum Class
page.codeberg.friedolyn.crypto.Argon2Variant
Packages that use Argon2Variant
-
Uses of Argon2Variant in page.codeberg.friedolyn.crypto
Fields in page.codeberg.friedolyn.crypto declared as Argon2VariantModifier and TypeFieldDescriptionstatic final Argon2VariantCryptor.ARGON2_VARIANTprivate @NonNull Argon2VariantArgon2Configuration.variantThe variant of the Argon2 key derivation function that shall be used.Methods in page.codeberg.friedolyn.crypto that return Argon2VariantModifier and TypeMethodDescriptionstatic Argon2VariantReturns the enum constant of this class with the specified name.static Argon2Variant[]Argon2Variant.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in page.codeberg.friedolyn.crypto with parameters of type Argon2VariantModifier and TypeMethodDescriptionvoidArgon2Configuration.setVariant(@NonNull Argon2Variant variant) Updates theArgon2Configuration.variantof the Argon2 key derivation function that shall be used.Constructors in page.codeberg.friedolyn.crypto with parameters of type Argon2VariantModifierConstructorDescriptionArgon2Configuration(@NonNull Argon2Variant variant, @NonNull Argon2Version version, int memory, int iterations, int parallelism, byte[] salt) Constructs a new Argon2 configuration with the specified parameters.