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 HashingAlgorithmEncryptor.DEFAULT_KEY_DERIVATION_ALGORITHMstatic final HashingAlgorithmEncryptor.DEFAULT_SIGNING_ALGORITHMprotected HashingAlgorithmEncryptor.keyDerivationAlgorithmprotected HashingAlgorithmEncryptor.signingAlgorithmMethods in org.c02e.jpgpj that return HashingAlgorithmModifier and TypeMethodDescriptionEncryptor.getKeyDeriviationAlgorithm()Encryptor.getSigningAlgorithm()static HashingAlgorithmReturns 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 TypeMethodDescriptionvoidEncryptor.setKeyDeriviationAlgorithm(HashingAlgorithm x) voidEncryptor.setSigningAlgorithm(HashingAlgorithm x) Encryptor.withDeriviationAlgorithm(HashingAlgorithm x) Encryptor.withSigningAlgorithm(HashingAlgorithm x)