|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.identity.federation.api.util.DeflateUtil
public class DeflateUtil
Encoder of saml messages based on DEFLATE compression
| Constructor Summary | |
|---|---|
DeflateUtil()
|
|
| Method Summary | |
|---|---|
static java.io.InputStream |
decode(byte[] msgToDecode)
DEFLATE decoding |
static byte[] |
encode(byte[] message)
Apply DEFLATE encoding |
static byte[] |
encode(java.lang.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 java.io.IOException
message -
java.io.IOException
public static byte[] encode(java.lang.String message)
throws java.io.IOException
message -
java.io.IOExceptionpublic static java.io.InputStream decode(byte[] msgToDecode)
msgToDecode - the message that needs decoding
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||