public class NegTokenTargEncoder extends NegTokenEncoder
| Constructor and Description |
|---|
NegTokenTargEncoder() |
| Modifier and Type | Method and Description |
|---|---|
protected static void |
contructMessage(List<byte[]> tokens,
OutputStream os) |
static byte[] |
encode(NegTokenTarg negTokenTarg) |
static void |
encode(NegTokenTarg negTokenTarg,
OutputStream os) |
protected static void |
encodeConstructedSequence(List<byte[]> tokens) |
protected static void |
encodeMechListMIC(List<byte[]> tokens,
byte[] mechListMIC) |
protected static void |
encodeNegResult(List<byte[]> tokens,
Integer negResult) |
protected static void |
encodeNegTokenTarg(List<byte[]> tokens) |
protected static void |
encodeResponseToken(List<byte[]> tokens,
byte[] responseToken) |
protected static void |
encodeSupportedMech(List<byte[]> tokens,
Oid supportedMech) |
protected static int |
getTotalLength(List<byte[]> tokens) |
createTypeLengthprotected static int getTotalLength(List<byte[]> tokens)
protected static void encodeNegTokenTarg(List<byte[]> tokens)
protected static void encodeConstructedSequence(List<byte[]> tokens)
protected static void encodeSupportedMech(List<byte[]> tokens, Oid supportedMech) throws GSSException
GSSExceptionprotected static void encodeResponseToken(List<byte[]> tokens, byte[] responseToken)
protected static void encodeMechListMIC(List<byte[]> tokens, byte[] mechListMIC)
protected static void contructMessage(List<byte[]> tokens, OutputStream os) throws IOException
IOExceptionpublic static void encode(NegTokenTarg negTokenTarg, OutputStream os) throws GSSException, IOException
GSSExceptionIOExceptionpublic static byte[] encode(NegTokenTarg negTokenTarg) throws GSSException, IOException
GSSExceptionIOExceptionCopyright © 2016 JBoss by Red Hat. All rights reserved.