Uses of Class
org.c02e.jpgpj.HashingAlgorithm
-
Packages that use HashingAlgorithm Package Description org.c02e.jpgpj -
-
Uses of HashingAlgorithm in org.c02e.jpgpj
Fields in org.c02e.jpgpj declared as HashingAlgorithm Modifier and Type Field Description static HashingAlgorithm
Encryptor. DEFAULT_KEY_DERIVATION_ALGORITHM
static HashingAlgorithm
Encryptor. DEFAULT_SIGNING_ALGORITHM
protected HashingAlgorithm
Encryptor. keyDerivationAlgorithm
protected HashingAlgorithm
Encryptor. signingAlgorithm
Methods in org.c02e.jpgpj that return HashingAlgorithm Modifier and Type Method Description HashingAlgorithm
Encryptor. getKeyDeriviationAlgorithm()
HashingAlgorithm
Encryptor. getSigningAlgorithm()
static HashingAlgorithm
HashingAlgorithm. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static HashingAlgorithm[]
HashingAlgorithm. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.c02e.jpgpj with parameters of type HashingAlgorithm Modifier and Type Method Description void
Encryptor. setKeyDeriviationAlgorithm(HashingAlgorithm x)
void
Encryptor. setSigningAlgorithm(HashingAlgorithm x)
Encryptor
Encryptor. withDeriviationAlgorithm(HashingAlgorithm x)
Encryptor
Encryptor. withSigningAlgorithm(HashingAlgorithm x)
-