Package org.apache.cxf.rs.security.saml
Class DeflateEncoderDecoder
java.lang.Object
org.apache.cxf.rs.security.saml.DeflateEncoderDecoder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbyte[]deflateToken(byte[] tokenBytes) byte[]deflateToken(byte[] tokenBytes, boolean nowrap) byte[]deflateToken(byte[] tokenBytes, int level, boolean nowrap) inflateToken(byte[] deflatedToken)
-
Constructor Details
-
DeflateEncoderDecoder
public DeflateEncoderDecoder()
-
-
Method Details
-
inflateToken
- Throws:
DataFormatException
-
deflateToken
public byte[] deflateToken(byte[] tokenBytes) -
deflateToken
public byte[] deflateToken(byte[] tokenBytes, boolean nowrap) -
deflateToken
public byte[] deflateToken(byte[] tokenBytes, int level, boolean nowrap)
-