Index
All Classes and Interfaces|All Packages|Constant Field Values
A
- Argon2HashProvider - Class in org.apache.shiro.crypto.support.hashes.argon2
-
A HashProvider for the Argon2 hash algorithm.
- Argon2HashProvider() - Constructor for class org.apache.shiro.crypto.support.hashes.argon2.Argon2HashProvider
- Argon2HashProvider.Parameters - Class in org.apache.shiro.crypto.support.hashes.argon2
-
Parameters for the
Argon2Hashclass.
D
- DEFAULT_ALGORITHM_NAME - Static variable in class org.apache.shiro.crypto.support.hashes.argon2.Argon2HashProvider.Parameters
-
Default algorithm name.
- DEFAULT_ALGORITHM_VERSION - Static variable in class org.apache.shiro.crypto.support.hashes.argon2.Argon2HashProvider.Parameters
-
Default algorithm version.
- DEFAULT_ITERATIONS - Static variable in class org.apache.shiro.crypto.support.hashes.argon2.Argon2HashProvider.Parameters
-
Default iterations.
- DEFAULT_MEMORY_KIB - Static variable in class org.apache.shiro.crypto.support.hashes.argon2.Argon2HashProvider.Parameters
-
Default memory kib.
- DEFAULT_OUTPUT_LENGTH_BITS - Static variable in class org.apache.shiro.crypto.support.hashes.argon2.Argon2HashProvider.Parameters
-
Default output length bits.
- DEFAULT_PARALLELISM - Static variable in class org.apache.shiro.crypto.support.hashes.argon2.Argon2HashProvider.Parameters
-
Default parallelism number.
F
- fromString(String) - Method in class org.apache.shiro.crypto.support.hashes.argon2.Argon2HashProvider
G
- getImplementedAlgorithms() - Method in class org.apache.shiro.crypto.support.hashes.argon2.Argon2HashProvider
N
- newHashFactory(Random) - Method in class org.apache.shiro.crypto.support.hashes.argon2.Argon2HashProvider
O
- org.apache.shiro.crypto.support.hashes.argon2 - package org.apache.shiro.crypto.support.hashes.argon2
P
- PARAMETER_ALGORITHM_NAME - Static variable in class org.apache.shiro.crypto.support.hashes.argon2.Argon2HashProvider.Parameters
-
Parameter for modifying the internal algorithm used by Argon2.
- PARAMETER_ALGORITHM_VERSION - Static variable in class org.apache.shiro.crypto.support.hashes.argon2.Argon2HashProvider.Parameters
-
Argon2 algorithm version.
- PARAMETER_ITERATIONS - Static variable in class org.apache.shiro.crypto.support.hashes.argon2.Argon2HashProvider.Parameters
-
Argon2 parameter iterations.
- PARAMETER_MEMORY_KIB - Static variable in class org.apache.shiro.crypto.support.hashes.argon2.Argon2HashProvider.Parameters
-
Argon2 parameter memory kib.
- PARAMETER_OUTPUT_LENGTH_BITS - Static variable in class org.apache.shiro.crypto.support.hashes.argon2.Argon2HashProvider.Parameters
-
The output length (in bits) of the resulting data section.
- PARAMETER_PARALLELISM - Static variable in class org.apache.shiro.crypto.support.hashes.argon2.Argon2HashProvider.Parameters
-
Argon2 parameter parallelism.
- PARAMETER_SALT - Static variable in class org.apache.shiro.crypto.support.hashes.argon2.Argon2HashProvider.Parameters
-
The salt to use.
All Classes and Interfaces|All Packages|Constant Field Values