public interface CompressionAlgorithm extends Algorithm
| Modifier and Type | Method and Description |
|---|---|
byte[] |
compress(byte[] data) |
byte[] |
decompress(byte[] compressedData) |
getAlgorithmIdentifier, getJavaAlgorithm, getKeyPersuasion, getKeyType, isAvailablebyte[] compress(byte[] data)
byte[] decompress(byte[] compressedData)
throws JoseException
JoseExceptionCopyright © 2017. All rights reserved.