Uses of Enum
org.c02e.jpgpj.EncryptionAlgorithm
Packages that use EncryptionAlgorithm
-
Uses of EncryptionAlgorithm in org.c02e.jpgpj
Fields in org.c02e.jpgpj declared as EncryptionAlgorithmModifier and TypeFieldDescriptionstatic final EncryptionAlgorithm
Encryptor.DEFAULT_ENCRYPTION_ALGORITHM
protected EncryptionAlgorithm
Encryptor.encryptionAlgorithm
Methods in org.c02e.jpgpj that return EncryptionAlgorithmModifier and TypeMethodDescriptionEncryptor.getEncryptionAlgorithm()
static EncryptionAlgorithm
Returns the enum constant of this type with the specified name.static EncryptionAlgorithm[]
EncryptionAlgorithm.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 EncryptionAlgorithmModifier and TypeMethodDescriptionvoid
Encryptor.setEncryptionAlgorithm
(EncryptionAlgorithm x) Encryptor.withEncryptionAlgorithm
(EncryptionAlgorithm x)