Uses of Enum
org.c02e.jpgpj.CompressionAlgorithm
Packages that use CompressionAlgorithm
-
Uses of CompressionAlgorithm in org.c02e.jpgpj
Fields in org.c02e.jpgpj declared as CompressionAlgorithmModifier and TypeFieldDescriptionprotected CompressionAlgorithm
Encryptor.compressionAlgorithm
static final CompressionAlgorithm
Encryptor.DEFAULT_COMPRESSION_ALGORITHM
Methods in org.c02e.jpgpj that return CompressionAlgorithmModifier and TypeMethodDescriptionEncryptor.getCompressionAlgorithm()
static CompressionAlgorithm
Returns the enum constant of this type with the specified name.static CompressionAlgorithm[]
CompressionAlgorithm.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 CompressionAlgorithmModifier and TypeMethodDescriptionvoid
Encryptor.setCompressionAlgorithm
(CompressionAlgorithm x) Encryptor.withCompressionAlgorithm
(CompressionAlgorithm x)