krb5.lib
Class KRBPriv

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

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

Class Description : KRB_PRIV message. 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
 EncryptedData encPart
          Encrypted part
 int msgType
          Message type
 int pvno
          Version
 
Constructor Summary
KRBPriv(EncryptedData new_encPart)
          Class constructor
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

pvno

public int pvno
Version


msgType

public int msgType
Message type


encPart

public EncryptedData encPart
Encrypted part

Constructor Detail

KRBPriv

public KRBPriv(EncryptedData new_encPart)
Class constructor

Parameters:
new_encPart - EncryptedData