| Package | Description | 
|---|---|
| com.absio.crypto.digest | |
| com.absio.crypto.kdf | |
| com.absio.crypto.key | 
| Modifier and Type | Field and Description | 
|---|---|
static MessageDigestAlgorithm | 
MessageDigestAlgorithm.DEFAULT
The default Absio message digest algorithm: SHA384. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static MessageDigestAlgorithm | 
MessageDigestAlgorithm.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static MessageDigestAlgorithm[] | 
MessageDigestAlgorithm.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Constructor and Description | 
|---|
MessageDigestHelper(MessageDigestAlgorithm algorithm)
Create a helper with the given  
MessageDigestAlgorithm algorithm. | 
| Constructor and Description | 
|---|
KDF2Helper(MessageDigestAlgorithm algorithm)
Create a KDF2 helper using the given  
MessageDigestAlgorithm as the digest algorithm. | 
| Constructor and Description | 
|---|
KeyFileHelper(MessageDigestAlgorithm passwordHashingAlgorithm)
Create a KeyFile helper that WILL hash passwords before they are used to PBKDF2 the  
KeyRing. | 
Copyright © 2021. All rights reserved.