org.apache.directory.shared.kerberos.codec.etypeInfo
Class ETypeInfoContainer

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

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

The ETypeInfo container stores the ETYPE-INFO 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
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

ETypeInfoContainer

public ETypeInfoContainer()
Creates a new ETypeInfoContainer object.

Method Detail

getETypeInfo

public ETypeInfo getETypeInfo()
Returns:
Returns the ETypeInfo.

setETypeInfo

public void setETypeInfo(ETypeInfo etypeInfo)
Set a ETypeInfo Object into the container

Parameters:
etypeInfo - The ETypeInfo to set.

addEtypeInfoEntry

public void addEtypeInfoEntry(ETypeInfoEntry etypeInfoEntry)
Add a EtypeInfoEntry Object into the list. It will be completed by the KerberosDecoder.

Parameters:
etypeInfoEntry - The ETypeInfoEntry to add.


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