krb5.lib
Class EncAPRepPart

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

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

Class Description : Encrypted AP response part. 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 ctime
          Time
 int cusec
          CU sec
 java.lang.Integer seqNumber
          Sequence number
 EncryptionKey subKey
          Subject key
 
Constructor Summary
EncAPRepPart(KerberosTime new_ctime, int new_cusec, EncryptionKey new_subKey, java.lang.Integer new_seqNumber)
          Class constructor
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ctime

public KerberosTime ctime
Time


cusec

public int cusec
CU sec


subKey

public EncryptionKey subKey
Subject key


seqNumber

public java.lang.Integer seqNumber
Sequence number

Constructor Detail

EncAPRepPart

public EncAPRepPart(KerberosTime new_ctime,
                    int new_cusec,
                    EncryptionKey new_subKey,
                    java.lang.Integer new_seqNumber)
Class constructor

Parameters:
new_ctime - is of type KerberosTime
new_cusec - is of type int
new_subKey - is of type EncryptionKey
new_seqNumber - is of type Integer
See Also:
KerberosTime, EncryptionKey