org.jboss.aerogear
Class AeroGearCrypto
java.lang.Object
org.jboss.aerogear.AeroGearCrypto
public class AeroGearCrypto
- extends Object
Provides constants and static factories to be used inside the project
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PROVIDER
public static final String PROVIDER
PBKDF2_ALGORITHM
public static final String PBKDF2_ALGORITHM
- See Also:
- Constant Field Values
DERIVED_KEY_LENGTH
public static final int DERIVED_KEY_LENGTH
- See Also:
- Constant Field Values
ITERATIONS
public static final int ITERATIONS
- See Also:
- Constant Field Values
MINIMUM_SALT_LENGTH
public static final int MINIMUM_SALT_LENGTH
- See Also:
- Constant Field Values
MINIMUM_ITERATION
public static final int MINIMUM_ITERATION
- See Also:
- Constant Field Values
MINIMUM_SECRET_KEY_SIZE
public static final int MINIMUM_SECRET_KEY_SIZE
- See Also:
- Constant Field Values
TAG_LENGTH
public static final int TAG_LENGTH
- See Also:
- Constant Field Values
HMAC_ALGORITHM
public static final String HMAC_ALGORITHM
- See Also:
- Constant Field Values
AeroGearCrypto
private AeroGearCrypto()
pbkdf2
public static Pbkdf2 pbkdf2()
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.