Uses of Enum
org.c02e.jpgpj.HashingAlgorithm
Packages that use HashingAlgorithm
-
Uses of HashingAlgorithm in org.c02e.jpgpj
Fields in org.c02e.jpgpj declared as HashingAlgorithmModifier and TypeFieldDescriptionstatic final HashingAlgorithm
Encryptor.DEFAULT_KEY_DERIVATION_ALGORITHM
static final HashingAlgorithm
Encryptor.DEFAULT_SIGNING_ALGORITHM
protected HashingAlgorithm
Encryptor.keyDerivationAlgorithm
protected HashingAlgorithm
Encryptor.signingAlgorithm
Methods in org.c02e.jpgpj that return HashingAlgorithmModifier and TypeMethodDescriptionEncryptor.getKeyDeriviationAlgorithm()
Encryptor.getSigningAlgorithm()
static HashingAlgorithm
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 HashingAlgorithmModifier and TypeMethodDescriptionvoid
Encryptor.setKeyDeriviationAlgorithm
(HashingAlgorithm x) void
Encryptor.setSigningAlgorithm
(HashingAlgorithm x) Encryptor.withDeriviationAlgorithm
(HashingAlgorithm x) Encryptor.withSigningAlgorithm
(HashingAlgorithm x)