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 CompressionAlgorithmEncryptor.compressionAlgorithmstatic final CompressionAlgorithmEncryptor.DEFAULT_COMPRESSION_ALGORITHMMethods in org.c02e.jpgpj that return CompressionAlgorithmModifier and TypeMethodDescriptionEncryptor.getCompressionAlgorithm()static CompressionAlgorithmReturns 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 TypeMethodDescriptionvoidEncryptor.setCompressionAlgorithm(CompressionAlgorithm x) Encryptor.withCompressionAlgorithm(CompressionAlgorithm x)