|
||||||||||
| 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.kdcRep.KdcRepContainer
org.apache.directory.shared.kerberos.codec.asRep.AsRepContainer
public class AsRepContainer
The AS-REP container stores the KdcRep decoded by the Asn1Decoder.
| Field Summary |
|---|
| Fields inherited from class org.apache.directory.shared.asn1.ber.AbstractContainer |
|---|
decodeBytes, grammar, stateStack |
| Constructor Summary | |
|---|---|
AsRepContainer(ByteBuffer stream)
Creates a new AsRepContainer object. |
|
| Method Summary | |
|---|---|
AsRep |
getAsRep()
|
void |
setAsRep(AsRep asRep)
Set an AsRep Object into the container. |
| Methods inherited from class org.apache.directory.shared.kerberos.codec.kdcRep.KdcRepContainer |
|---|
getKdcRep, setKdcRep |
| 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 AsRepContainer(ByteBuffer stream)
stream - The stream containing the data to decode| Method Detail |
|---|
public AsRep getAsRep()
public void setAsRep(AsRep asRep)
asRep - The AsRep to set.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||