krb5.lib
Class PAData

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

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

Class Description : PA data 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
 int pADataType
          PA data type
 java.lang.Object pADataValue
          PA data value
 
Constructor Summary
PAData(int new_pADataType, java.lang.Object new_pADataValue)
          Class constructor
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

pADataType

public int pADataType
PA data type


pADataValue

public java.lang.Object pADataValue
PA data value

Constructor Detail

PAData

public PAData(int new_pADataType,
              java.lang.Object new_pADataValue)
Class constructor

Parameters:
new_pADataType - int
new_pADataValue - Object