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 HashingAlgorithmEncryptor. DEFAULT_KEY_DERIVATION_ALGORITHMstatic HashingAlgorithmEncryptor. DEFAULT_SIGNING_ALGORITHMprotected HashingAlgorithmEncryptor. keyDerivationAlgorithmprotected HashingAlgorithmEncryptor. signingAlgorithmMethods in org.c02e.jpgpj that return HashingAlgorithm Modifier and Type Method Description HashingAlgorithmEncryptor. getKeyDeriviationAlgorithm()HashingAlgorithmEncryptor. getSigningAlgorithm()static HashingAlgorithmHashingAlgorithm. 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 voidEncryptor. setKeyDeriviationAlgorithm(HashingAlgorithm x)voidEncryptor. setSigningAlgorithm(HashingAlgorithm x)EncryptorEncryptor. withDeriviationAlgorithm(HashingAlgorithm x)EncryptorEncryptor. withSigningAlgorithm(HashingAlgorithm x)
-