Package | Description |
---|---|
org.jboss.security.negotiation.spnego.encoding |
Modifier and Type | Method and Description |
---|---|
static NegTokenInit |
NegTokenInitDecoder.decode(byte[] token)
Decode the SPNEGO message contained witin the byte[] and return a
NegTokenInit object.
|
static NegTokenInit |
NegTokenInitDecoder.decode(InputStream is) |
Modifier and Type | Method and Description |
---|---|
protected static void |
NegTokenInitDecoder.decodeMechToken(InputStream is,
NegTokenInit negTokenInit) |
protected static void |
NegTokenInitDecoder.decodeMechTypes(InputStream is,
NegTokenInit negTokenInit) |
protected static void |
NegTokenInitDecoder.decodeNegTokenInitSequence(InputStream is,
NegTokenInit negTokenInit) |
protected static void |
NegTokenInitDecoder.decodeRequestFlags(InputStream is,
NegTokenInit negTokenInit) |
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.