public class PaEncTsEncContainer
extends org.apache.directory.api.asn1.ber.AbstractContainer
| Modifier and Type | Field and Description |
|---|---|
private PaEncTsEnc |
paEncTsEnc
An PA-ENC-TS-ENC container
|
| Constructor and Description |
|---|
PaEncTsEncContainer()
Creates a new PaEncTsEncContainer object.
|
| Modifier and Type | Method and Description |
|---|---|
PaEncTsEnc |
getPaEncTsEnc() |
void |
setPaEncTsEnc(PaEncTsEnc paEncTsEnc)
Set an PaEncTsEnc 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 PaEncTsEnc paEncTsEnc
public PaEncTsEncContainer()
public PaEncTsEnc getPaEncTsEnc()
public void setPaEncTsEnc(PaEncTsEnc paEncTsEnc)
paEncTsEnc - The PaEncTsEnc to set.