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