A C D E G H I M O S 

A

ALG_PRIME - Static variable in class org.dejava.component.security.crypt.constant.CredentialHasherParamKeys
The algorithm prime parameter key.
ALGS_NAMES - Static variable in class org.dejava.component.security.crypt.hasher.CredentialsHasher
Names of the algorithms used by default.

C

CredentialHasherParamKeys - Class in org.dejava.component.security.crypt.constant
Constants related to the credential hasher parameters keys.
CREDENTIALS - Static variable in class org.dejava.component.security.crypt.constant.CredentialHasherParamKeys
The credential parameter key.
CredentialsHasher - Class in org.dejava.component.security.crypt.hasher
Handles the hash calculation for user credentials.
CredentialsHasher() - Constructor for class org.dejava.component.security.crypt.hasher.CredentialsHasher
Public constructor.
CredentialsHasher(String[], Integer, Integer) - Constructor for class org.dejava.component.security.crypt.hasher.CredentialsHasher
Public constructor.
CredentialsHasher(HashedCredentials) - Constructor for class org.dejava.component.security.crypt.hasher.CredentialsHasher
Public constructor.
CYCLE_PRIME - Static variable in class org.dejava.component.security.crypt.constant.CredentialHasherParamKeys
The cycle prime parameter key.

D

doCredentialsMatch(AuthenticationToken, AuthenticationInfo) - Method in class org.dejava.component.security.authc.credential.matcher.HashedCredentialsMatcher
 

E

ErrorKeys - Class in org.dejava.component.security.crypt.constant
Constants related to error keys of the package.

G

getAlgorithmPrime() - Method in class org.dejava.component.security.crypt.hasher.CredentialsHasher
Gets the prime to be used in the algorithm selection.
getAlgorithms() - Method in class org.dejava.component.security.crypt.hasher.CredentialsHasher
Gets the algorithms to be used in the hash calculation.
getAlgorithmsNames() - Method in interface org.dejava.component.security.authc.credential.HashedCredentials
Gets the algorithms names to be used in the hash calculation.
getCyclePrime() - Method in class org.dejava.component.security.crypt.hasher.CredentialsHasher
Gets the prime to be used in the cycle selection.
getHashedCredentials() - Method in interface org.dejava.component.security.authc.credential.HashedCredentials
Gets the hashed credentials.
getMaxCycles() - Method in interface org.dejava.component.security.authc.credential.HashedCredentials
Gets the minimum number of cycles to be used in the hash calculation.
getMaxCycles() - Method in class org.dejava.component.security.crypt.hasher.CredentialsHasher
Gets the maximum number of hash cycles to be used in the hash calculation.
getMinCycles() - Method in interface org.dejava.component.security.authc.credential.HashedCredentials
Gets the minimum number of cycles to be used in the hash calculation.
getMinCycles() - Method in class org.dejava.component.security.crypt.hasher.CredentialsHasher
Gets the minimum number of hash cycles to be used in the hash calculation.
getSalt() - Method in interface org.dejava.component.security.authc.credential.HashedCredentials
Gets the salt to be used in the hash calculation.

H

hash(byte[], String) - Method in class org.dejava.component.security.crypt.hasher.CredentialsHasher
Gets the hash from a given credential.
hash(String, String) - Method in class org.dejava.component.security.crypt.hasher.CredentialsHasher
Gets the hash from a given credentials.
HashedCredentials - Interface in org.dejava.component.security.authc.credential
Interface that defines what is necessary for a credential to be hashed with CredentialsHasher.
HashedCredentialsMatcher - Class in org.dejava.component.security.authc.credential.matcher
Handles matching with hashed credentials.
HashedCredentialsMatcher() - Constructor for class org.dejava.component.security.authc.credential.matcher.HashedCredentialsMatcher
 

I

INVALID_ALG_NAME - Static variable in class org.dejava.component.security.crypt.constant.ErrorKeys
Invalid algorithm name error key.
INVALID_MAX_CYCLES - Static variable in class org.dejava.component.security.crypt.constant.ErrorKeys
Invalid maximum hash cycles error key.
INVALID_MIN_CYCLES - Static variable in class org.dejava.component.security.crypt.constant.ErrorKeys
Invalid minimum hash cycles error key.

M

MAX_MAX_CYCLES - Static variable in class org.dejava.component.security.crypt.hasher.CredentialsHasher
The maximum for the maximum number of hash cycles.
MessageTypes - Interface in org.dejava.component.security.authc.util
Types of messages.
MessageTypes - Interface in org.dejava.component.security.crypt.util
Types of messages.
MessageTypes.Error - Interface in org.dejava.component.security.authc.util
Error message type.
MessageTypes.Error - Interface in org.dejava.component.security.crypt.util
Error message type.
MIN_MIN_CYCLES - Static variable in class org.dejava.component.security.crypt.hasher.CredentialsHasher
The minimum for the minimum number of hash cycles.

O

org.dejava.component.security.authc.credential - package org.dejava.component.security.authc.credential
 
org.dejava.component.security.authc.credential.matcher - package org.dejava.component.security.authc.credential.matcher
 
org.dejava.component.security.authc.util - package org.dejava.component.security.authc.util
 
org.dejava.component.security.crypt.constant - package org.dejava.component.security.crypt.constant
 
org.dejava.component.security.crypt.hasher - package org.dejava.component.security.crypt.hasher
 
org.dejava.component.security.crypt.util - package org.dejava.component.security.crypt.util
 

S

SALT - Static variable in class org.dejava.component.security.crypt.constant.CredentialHasherParamKeys
The salt parameter key.
setAlgorithmPrime(Integer) - Method in class org.dejava.component.security.crypt.hasher.CredentialsHasher
Sets the prime to be used in the algorithm selection.
setAlgorithms(String[]) - Method in class org.dejava.component.security.crypt.hasher.CredentialsHasher
Sets the algorithms (with the given names) to be used in the hash calculation.
setCredentialHasher(String[], Integer, Integer) - Method in class org.dejava.component.security.crypt.hasher.CredentialsHasher
Sets the credential hasher with basic information on hash calculation.
setCredentialHasher(HashedCredentials) - Method in class org.dejava.component.security.crypt.hasher.CredentialsHasher
Sets the credential hasher with basic information on hash calculation.
setCyclePrime(Integer) - Method in class org.dejava.component.security.crypt.hasher.CredentialsHasher
Sets the prime to be used in the cycle selection.
setMaxCycles(Integer) - Method in class org.dejava.component.security.crypt.hasher.CredentialsHasher
Sets the maximum number of hash cycles to be used in the hash calculation.
setMinCycles(Integer) - Method in class org.dejava.component.security.crypt.hasher.CredentialsHasher
Sets the minimum number of hash cycles to be used in the hash calculation.
A C D E G H I M O S 

Copyright © 2013. All Rights Reserved.