|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.directory.shared.asn1.ber.AbstractContainer
org.apache.directory.shared.kerberos.codec.etypeInfo.ETypeInfoContainer
public class ETypeInfoContainer
The ETypeInfo container stores the ETYPE-INFO decoded by the Asn1Decoder.
| Field Summary |
|---|
| Fields inherited from class org.apache.directory.shared.asn1.ber.AbstractContainer |
|---|
decodeBytes, grammar, stateStack |
| Constructor Summary | |
|---|---|
ETypeInfoContainer()
Creates a new ETypeInfoContainer object. |
|
| Method Summary | |
|---|---|
void |
addEtypeInfoEntry(ETypeInfoEntry etypeInfoEntry)
Add a EtypeInfoEntry Object into the list. |
ETypeInfo |
getETypeInfo()
|
void |
setETypeInfo(ETypeInfo etypeInfo)
Set a ETypeInfo Object into the container |
| Methods inherited from class org.apache.directory.shared.asn1.ber.AbstractContainer |
|---|
clean, getCurrentTLV, getDecodeBytes, getGrammar, getMaxPDUSize, getNewTlvId, getParentTLV, getState, getStream, getTlvId, getTransition, incrementDecodeBytes, isGathering, isGrammarEndAllowed, rewind, setCurrentTLV, setGathering, setGrammarEndAllowed, setMaxPDUSize, setParentTLV, setState, setStream, setTransition, updateParent |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ETypeInfoContainer()
| Method Detail |
|---|
public ETypeInfo getETypeInfo()
public void setETypeInfo(ETypeInfo etypeInfo)
etypeInfo - The ETypeInfo to set.public void addEtypeInfoEntry(ETypeInfoEntry etypeInfoEntry)
etypeInfoEntry - The ETypeInfoEntry to add.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||