Uses of Class
org.c02e.jpgpj.EncryptionAlgorithm
-
Packages that use EncryptionAlgorithm Package Description org.c02e.jpgpj -
-
Uses of EncryptionAlgorithm in org.c02e.jpgpj
Fields in org.c02e.jpgpj declared as EncryptionAlgorithm Modifier and Type Field Description static EncryptionAlgorithm
Encryptor. DEFAULT_ENCRYPTION_ALGORITHM
protected EncryptionAlgorithm
Encryptor. encryptionAlgorithm
Methods in org.c02e.jpgpj that return EncryptionAlgorithm Modifier and Type Method Description EncryptionAlgorithm
Encryptor. getEncryptionAlgorithm()
static EncryptionAlgorithm
EncryptionAlgorithm. valueOf(java.lang.String name)
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 EncryptionAlgorithm Modifier and Type Method Description void
Encryptor. setEncryptionAlgorithm(EncryptionAlgorithm x)
Encryptor
Encryptor. withEncryptionAlgorithm(EncryptionAlgorithm x)
-