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 CompressionAlgorithm
Encryptor. compressionAlgorithm
static CompressionAlgorithm
Encryptor. DEFAULT_COMPRESSION_ALGORITHM
Methods in org.c02e.jpgpj that return CompressionAlgorithm Modifier and Type Method Description CompressionAlgorithm
Encryptor. getCompressionAlgorithm()
static CompressionAlgorithm
CompressionAlgorithm. 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 void
Encryptor. setCompressionAlgorithm(CompressionAlgorithm x)
Encryptor
Encryptor. withCompressionAlgorithm(CompressionAlgorithm x)
-