public class KrbSafeBodyContainer
extends org.apache.directory.api.asn1.ber.AbstractContainer
| Modifier and Type | Field and Description |
|---|---|
private KrbSafeBody |
krbSafeBody
An KRB-SAFE-BODY container
|
| Constructor and Description |
|---|
KrbSafeBodyContainer()
Creates a new KrbSafeBodyContainer object.
|
| Modifier and Type | Method and Description |
|---|---|
KrbSafeBody |
getKrbSafeBody() |
void |
setKrbSafeBody(KrbSafeBody krbSafeBody)
Set a KrbSafeBody 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 KrbSafeBody krbSafeBody
public KrbSafeBodyContainer()
public KrbSafeBody getKrbSafeBody()
public void setKrbSafeBody(KrbSafeBody krbSafeBody)
krbSafeBody - The KrbSafeBody to set.