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 CompressionAlgorithm
public byte[] decompress(byte[] compressedData) throws JoseException
decompress
in interface CompressionAlgorithm
JoseException
public String getJavaAlgorithm()
getJavaAlgorithm
in interface Algorithm
public String getAlgorithmIdentifier()
getAlgorithmIdentifier
in interface Algorithm
public KeyPersuasion getKeyPersuasion()
getKeyPersuasion
in interface Algorithm
public String getKeyType()
getKeyType
in interface Algorithm
public boolean isAvailable()
isAvailable
in interface Algorithm
Copyright © 2016. All rights reserved.