Uses of Enum
org.c02e.jpgpj.EncryptionAlgorithm
Packages that use EncryptionAlgorithm
-
Uses of EncryptionAlgorithm in org.c02e.jpgpj
Subclasses with type arguments of type EncryptionAlgorithm in org.c02e.jpgpjModifier and TypeClassDescriptionenumAvailable symmetric-key encryption algorithms for encrypting message content.Fields in org.c02e.jpgpj declared as EncryptionAlgorithmModifier and TypeFieldDescriptionstatic final EncryptionAlgorithmEncryptor.DEFAULT_ENCRYPTION_ALGORITHMprotected EncryptionAlgorithmEncryptor.encryptionAlgorithmMethods in org.c02e.jpgpj that return EncryptionAlgorithmModifier and TypeMethodDescriptionEncryptor.getEncryptionAlgorithm()static EncryptionAlgorithmReturns 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 TypeMethodDescriptionvoidEncryptor.setEncryptionAlgorithm(EncryptionAlgorithm x) Encryptor.withEncryptionAlgorithm(EncryptionAlgorithm x)