Package org.jose4j.zip
Class DeflateRFC1951CompressionAlgorithm
java.lang.Object
org.jose4j.zip.DeflateRFC1951CompressionAlgorithm
- All Implemented Interfaces:
Algorithm,CompressionAlgorithm
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbyte[]compress(byte[] data) byte[]decompress(byte[] compressedData) boolean
-
Field Details
-
DECOMPRESS_MAX_BYTES_PROPERTY_NAME
- See Also:
-
-
Constructor Details
-
DeflateRFC1951CompressionAlgorithm
public DeflateRFC1951CompressionAlgorithm()
-
-
Method Details
-
compress
public byte[] compress(byte[] data) - Specified by:
compressin interfaceCompressionAlgorithm
-
decompress
- Specified by:
decompressin interfaceCompressionAlgorithm- Throws:
JoseException
-
getJavaAlgorithm
- Specified by:
getJavaAlgorithmin interfaceAlgorithm
-
getAlgorithmIdentifier
- Specified by:
getAlgorithmIdentifierin interfaceAlgorithm
-
getKeyPersuasion
- Specified by:
getKeyPersuasionin interfaceAlgorithm
-
getKeyType
- Specified by:
getKeyTypein interfaceAlgorithm
-
isAvailable
public boolean isAvailable()- Specified by:
isAvailablein interfaceAlgorithm
-