public class DeflateRFC1951CompressionAlgorithm extends Object implements CompressionAlgorithm
| Constructor and Description |
|---|
DeflateRFC1951CompressionAlgorithm() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
compress(byte[] data) |
byte[] |
decompress(byte[] compressedData) |
String |
getAlgorithmIdentifier() |
String |
getJavaAlgorithm() |
KeyPersuasion |
getKeyPersuasion() |
String |
getKeyType() |
boolean |
isAvailable() |
public byte[] compress(byte[] data)
compress in interface CompressionAlgorithmpublic byte[] decompress(byte[] compressedData)
throws JoseException
decompress in interface CompressionAlgorithmJoseExceptionpublic String getJavaAlgorithm()
getJavaAlgorithm in interface Algorithmpublic String getAlgorithmIdentifier()
getAlgorithmIdentifier in interface Algorithmpublic KeyPersuasion getKeyPersuasion()
getKeyPersuasion in interface Algorithmpublic String getKeyType()
getKeyType in interface Algorithmpublic boolean isAvailable()
isAvailable in interface AlgorithmCopyright © 2022. All rights reserved.