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) |
createTypeLength
protected 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
GSSException
protected 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
IOException
public static void encode(NegTokenTarg negTokenTarg, OutputStream os) throws GSSException, IOException
GSSException
IOException
public static byte[] encode(NegTokenTarg negTokenTarg) throws GSSException, IOException
GSSException
IOException
Copyright © 2018 JBoss by Red Hat. All rights reserved.