public class EncKdcRepPartContainer
extends org.apache.directory.api.asn1.ber.AbstractContainer
| Modifier and Type | Field and Description |
|---|---|
private EncKdcRepPart |
encKdcRepPart
An EncKdcRepPart container
|
| Constructor and Description |
|---|
EncKdcRepPartContainer(java.nio.ByteBuffer stream)
Creates a new EncKdcRepPartContainer object.
|
| Modifier and Type | Method and Description |
|---|---|
EncKdcRepPart |
getEncKdcRepPart() |
void |
setEncKdcRepPart(EncKdcRepPart encKdcRepPart)
Set a EncKdcRepPart 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 EncKdcRepPart encKdcRepPart
public EncKdcRepPartContainer(java.nio.ByteBuffer stream)
stream - The stream containing the data to decodepublic EncKdcRepPart getEncKdcRepPart()
public void setEncKdcRepPart(EncKdcRepPart encKdcRepPart)
encKdcRepPart - The EncKdcRepPart to set.