|
||||||||||
| 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.etypeInfo2.ETypeInfo2Container
public class ETypeInfo2Container
The ETypeInfo container stores the ETYPE-INFO2 decoded by the Asn1Decoder.
| Field Summary |
|---|
| Fields inherited from class org.apache.directory.shared.asn1.ber.AbstractContainer |
|---|
decodeBytes, grammar, stateStack |
| Constructor Summary | |
|---|---|
ETypeInfo2Container()
Creates a new ETypeInfo2Container object. |
|
| Method Summary | |
|---|---|
void |
addEtypeInfo2Entry(ETypeInfo2Entry etypeInfo2Entry)
Add a EtypeInfo2Entry Object into the list. |
ETypeInfo2 |
getETypeInfo2()
|
void |
setETypeInfo2(ETypeInfo2 etypeInfo2)
Set a ETypeInfo2 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 ETypeInfo2Container()
| Method Detail |
|---|
public ETypeInfo2 getETypeInfo2()
public void setETypeInfo2(ETypeInfo2 etypeInfo2)
etypeInfo2 - The ETypeInfo2 to set.public void addEtypeInfo2Entry(ETypeInfo2Entry etypeInfo2Entry)
etypeInfo2Entry - The EtypeInfo2Entry to add.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||