org.apache.directory.shared.kerberos.components
Class PaEncTimestamp

java.lang.Object
  extended by org.apache.directory.shared.asn1.AbstractAsn1Object
      extended by org.apache.directory.shared.kerberos.components.EncryptedData
          extended by org.apache.directory.shared.kerberos.components.PaEncTimestamp
All Implemented Interfaces:
org.apache.directory.shared.asn1.Asn1Object

public class PaEncTimestamp
extends EncryptedData

The PaEncTimestamp structure is used to store a PA-ENC-TIMESTAMP associated to a type. The ASN.1 grammar is :

 PA-ENC-TIMESTAMP          ::= EncryptedData -- PA-ENC-TS-ENC
 

Author:
Apache Directory Project

Field Summary
 
Fields inherited from class org.apache.directory.shared.kerberos.components.EncryptedData
HAS_KVNO
 
Constructor Summary
PaEncTimestamp()
          Creates a new instance of PA-ENC-TIMESTAMP.
 
Method Summary
 String toString()
           
 String toString(String tabs)
           
 
Methods inherited from class org.apache.directory.shared.kerberos.components.EncryptedData
computeLength, encode, equals, getCipher, getEType, getKvno, hashCode, hasKvno, setCipher, setEType, setKvno
 
Methods inherited from class org.apache.directory.shared.asn1.AbstractAsn1Object
addLength, getCurrentLength, getExpectedLength, getParent, getTlvId, setCurrentLength, setExpectedLength, setParent
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PaEncTimestamp

public PaEncTimestamp()
Creates a new instance of PA-ENC-TIMESTAMP.

Method Detail

toString

public String toString()
Overrides:
toString in class EncryptedData
See Also:
Object.toString()

toString

public String toString(String tabs)
Overrides:
toString in class EncryptedData
See Also:
Object.toString()


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