org.apache.directory.shared.kerberos.codec.paEncTimestamp
Class PaEncTimestampContainer

java.lang.Object
  extended by org.apache.directory.shared.asn1.ber.AbstractContainer
      extended by org.apache.directory.shared.kerberos.codec.encryptedData.EncryptedDataContainer
          extended by org.apache.directory.shared.kerberos.codec.paEncTimestamp.PaEncTimestampContainer
All Implemented Interfaces:
org.apache.directory.shared.asn1.ber.Asn1Container

public class PaEncTimestampContainer
extends EncryptedDataContainer

The PA-ENC-TIMESTAMP container stores the PA-ENC-TIMESTAMP 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
PaEncTimestampContainer()
          Creates a new PaEncTimestampContainer object.
 
Method Summary
 PaEncTimestamp getPaEncTimestamp()
           
 
Methods inherited from class org.apache.directory.shared.kerberos.codec.encryptedData.EncryptedDataContainer
getEncryptedData, setEncryptedData
 
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

PaEncTimestampContainer

public PaEncTimestampContainer()
Creates a new PaEncTimestampContainer object.

Method Detail

getPaEncTimestamp

public PaEncTimestamp getPaEncTimestamp()
Returns:
Returns the PA-ENC-TIMESTAMP


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