|
PicketLink Federation Core 2.1.6.Final-redhat-2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.picketlink.identity.federation.api.util.DeflateUtil
public class DeflateUtil
Encoder of saml messages based on DEFLATE compression
Constructor Summary | |
---|---|
DeflateUtil()
|
Method Summary | |
---|---|
static InputStream |
decode(byte[] msgToDecode)
DEFLATE decoding |
static byte[] |
encode(byte[] message)
Apply DEFLATE encoding |
static byte[] |
encode(String message)
Apply DEFLATE encoding |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DeflateUtil()
Method Detail |
---|
public static byte[] encode(byte[] message) throws IOException
message
-
IOException
public static byte[] encode(String message) throws IOException
message
-
IOException
public static InputStream decode(byte[] msgToDecode)
msgToDecode
- the message that needs decoding
|
PicketLink Federation Core 2.1.6.Final-redhat-2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |