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 Argon2Variant
Cryptor.ARGON2_VARIANT
private @NonNull Argon2Variant
Argon2Configuration.variant
The variant of the Argon2 key derivation function that shall be used.Methods in page.codeberg.friedolyn.crypto that return Argon2VariantModifier and TypeMethodDescriptionstatic Argon2Variant
Returns 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 TypeMethodDescriptionvoid
Argon2Configuration.setVariant
(@NonNull Argon2Variant variant) Updates theArgon2Configuration.variant
of 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.