krb5.lib
Class PAEncTSEnc

java.lang.Object
  extended by krb5.lib.PAEncTSEnc
All Implemented Interfaces:
java.io.Serializable

public class PAEncTSEnc
extends java.lang.Object
implements java.io.Serializable

Class Description : PA encrypted TS class. A modified version of the code obtained from the Open Group Research Institute.

Version:
1.1
Author:
Bojan Pajkovski
See Also:
Serialized Form

Field Summary
 KerberosTime pATimeStamp
          Timestamp
 java.lang.Integer pAUSec
          Usec
 
Constructor Summary
PAEncTSEnc()
          Class constructor
PAEncTSEnc(KerberosTime new_pATimeStamp, java.lang.Integer new_pAUSec)
          Class constructor
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

pATimeStamp

public KerberosTime pATimeStamp
Timestamp


pAUSec

public java.lang.Integer pAUSec
Usec

Constructor Detail

PAEncTSEnc

public PAEncTSEnc(KerberosTime new_pATimeStamp,
                  java.lang.Integer new_pAUSec)
Class constructor

Parameters:
new_pATimeStamp - KerberosTime
new_pAUSec - Integer

PAEncTSEnc

public PAEncTSEnc()
Class constructor