Uses of Enum Class
de.gustavblass.commons.crypto.Argon2Version
-
Uses of Argon2Version in de.gustavblass.commons.crypto
Subclasses with type arguments of type Argon2Version in de.gustavblass.commons.cryptoModifier and TypeClassDescriptionenumThe revision of the Argon2 key derivation function that shall be used.Fields in de.gustavblass.commons.crypto declared as Argon2VersionModifier and TypeFieldDescriptionstatic final @NonNull Argon2VersionCryptor.ARGON2_VERSIONprivate @NonNull Argon2VersionArgon2Configuration.versionThe revision of the Argon2 key derivation function.Methods in de.gustavblass.commons.crypto that return Argon2VersionModifier and TypeMethodDescriptionstatic Argon2VersionReturns the enum constant of this class with the specified name.static Argon2Version[]Argon2Version.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in de.gustavblass.commons.crypto with parameters of type Argon2VersionModifier and TypeMethodDescriptionvoidArgon2Configuration.setVersion(@NonNull Argon2Version version) Updates theArgon2Configuration.versionof the Argon2 key derivation function that shall be used.Constructors in de.gustavblass.commons.crypto with parameters of type Argon2VersionModifierConstructorDescriptionArgon2Configuration(@NonNull Argon2Variant variant, @NonNull Argon2Version version, int memory, int iterations, int parallelism, byte @NonNull [] salt) Constructs a new Argon2 configuration with the specified parameters.