Uses of Class
org.c02e.jpgpj.CompressionAlgorithm
-
Packages that use CompressionAlgorithm Package Description org.c02e.jpgpj -
-
Uses of CompressionAlgorithm in org.c02e.jpgpj
Fields in org.c02e.jpgpj declared as CompressionAlgorithm Modifier and Type Field Description protected CompressionAlgorithmEncryptor. compressionAlgorithmstatic CompressionAlgorithmEncryptor. DEFAULT_COMPRESSION_ALGORITHMMethods in org.c02e.jpgpj that return CompressionAlgorithm Modifier and Type Method Description CompressionAlgorithmEncryptor. getCompressionAlgorithm()static CompressionAlgorithmCompressionAlgorithm. valueOf(java.lang.String name)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 CompressionAlgorithm Modifier and Type Method Description voidEncryptor. setCompressionAlgorithm(CompressionAlgorithm x)EncryptorEncryptor. withCompressionAlgorithm(CompressionAlgorithm x)
-