public class KdcReqContainer
extends org.apache.directory.api.asn1.ber.AbstractContainer
| Modifier and Type | Field and Description |
|---|---|
private KdcReq |
kdcReq
An KDC-REQ container
|
| Constructor and Description |
|---|
KdcReqContainer(java.nio.ByteBuffer stream)
Creates a new KdcReqContainer object.
|
| Modifier and Type | Method and Description |
|---|---|
KdcReq |
getKdcReq() |
void |
setKdcReq(KdcReq kdcReq)
Set a KdcReq Object into the container.
|
clean, getCurrentTLV, getDecodedBytes, getGrammar, getMaxPDUSize, getNewTlvId, getParentTLV, getState, getStream, getTlvId, getTransition, incrementDecodedBytes, isGathering, isGrammarEndAllowed, rewind, setCurrentTLV, setDecodedBytes, setGathering, setGrammar, setGrammarEndAllowed, setMaxPDUSize, setParentTLV, setState, setStream, setTransition, updateParentprivate KdcReq kdcReq