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 EncryptionAlgorithmEncryptor. DEFAULT_ENCRYPTION_ALGORITHMprotected EncryptionAlgorithmEncryptor. encryptionAlgorithmMethods in org.c02e.jpgpj that return EncryptionAlgorithm Modifier and Type Method Description EncryptionAlgorithmEncryptor. getEncryptionAlgorithm()static EncryptionAlgorithmEncryptionAlgorithm. 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 voidEncryptor. setEncryptionAlgorithm(EncryptionAlgorithm x)EncryptorEncryptor. withEncryptionAlgorithm(EncryptionAlgorithm x)
-