public class NegTokenTarg extends SpnegoToken
Modifier and Type | Field and Description |
---|---|
static int |
ACCEPT_COMPLETED |
static int |
ACCEPT_INCOMPLETE |
static int |
REJECTED |
static int |
REQUEST_MIC |
static int |
UNSPECIFIED_RESULT |
Constructor and Description |
---|
NegTokenTarg() |
NegTokenTarg(byte[] token) |
NegTokenTarg(int result,
org.bouncycastle.asn1.ASN1ObjectIdentifier mechanism,
byte[] mechanismToken,
byte[] mechanismListMIC) |
Modifier and Type | Method and Description |
---|---|
org.bouncycastle.asn1.ASN1ObjectIdentifier |
getMechanism() |
int |
getResult() |
void |
setMechanism(org.bouncycastle.asn1.ASN1ObjectIdentifier mechanism) |
void |
setResult(int result) |
byte[] |
toByteArray() |
getMechanismListMIC, getMechanismToken, setMechanismListMIC, setMechanismToken
public static final int UNSPECIFIED_RESULT
public static final int ACCEPT_COMPLETED
public static final int ACCEPT_INCOMPLETE
public static final int REJECTED
public static final int REQUEST_MIC
public NegTokenTarg()
public NegTokenTarg(int result, org.bouncycastle.asn1.ASN1ObjectIdentifier mechanism, byte[] mechanismToken, byte[] mechanismListMIC)
public NegTokenTarg(byte[] token) throws IOException
IOException
public int getResult()
public void setResult(int result)
public org.bouncycastle.asn1.ASN1ObjectIdentifier getMechanism()
public void setMechanism(org.bouncycastle.asn1.ASN1ObjectIdentifier mechanism)
public byte[] toByteArray()
toByteArray
in class SpnegoToken
Copyright © 2019. All rights reserved.