Package org.apache.cxf.rs.security.saml
Class DeflateEncoderDecoder
- java.lang.Object
-
- org.apache.cxf.rs.security.saml.DeflateEncoderDecoder
-
public class DeflateEncoderDecoder extends Object
-
-
Constructor Summary
Constructors Constructor Description DeflateEncoderDecoder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]deflateToken(byte[] tokenBytes)byte[]deflateToken(byte[] tokenBytes, boolean nowrap)byte[]deflateToken(byte[] tokenBytes, int level, boolean nowrap)InputStreaminflateToken(byte[] deflatedToken)
-
-
-
Method Detail
-
inflateToken
public InputStream inflateToken(byte[] deflatedToken) throws DataFormatException
- 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)
-
-