org.apache.directory.shared.kerberos.codec.etypeInfo2
Class ETypeInfo2Container

java.lang.Object
  extended by org.apache.directory.shared.asn1.ber.AbstractContainer
      extended by org.apache.directory.shared.kerberos.codec.etypeInfo2.ETypeInfo2Container
All Implemented Interfaces:
org.apache.directory.shared.asn1.ber.Asn1Container

public class ETypeInfo2Container
extends org.apache.directory.shared.asn1.ber.AbstractContainer

The ETypeInfo container stores the ETYPE-INFO2 decoded by the Asn1Decoder.

Author:
Apache Directory Project

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

ETypeInfo2Container

public ETypeInfo2Container()
Creates a new ETypeInfo2Container object.

Method Detail

getETypeInfo2

public ETypeInfo2 getETypeInfo2()
Returns:
Returns the ETypeInfo2.

setETypeInfo2

public void setETypeInfo2(ETypeInfo2 etypeInfo2)
Set a ETypeInfo2 Object into the container

Parameters:
etypeInfo2 - The ETypeInfo2 to set.

addEtypeInfo2Entry

public void addEtypeInfo2Entry(ETypeInfo2Entry etypeInfo2Entry)
Add a EtypeInfo2Entry Object into the list. It will be completed by the KerberosDecoder.

Parameters:
etypeInfo2Entry - The EtypeInfo2Entry to add.


Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.