krb5.lib
Class APReq

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

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

Class Description : AP Request 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
 APOptions apOptions
          AP options
 EncryptedData authenticator
          Authenticator
 int msgType
          Message type
 int pvno
          Version
 Ticket ticket
          Ticket
 
Constructor Summary
APReq(APOptions new_apOptions, Ticket new_ticket, EncryptedData new_authenticator)
          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


apOptions

public APOptions apOptions
AP options


ticket

public Ticket ticket
Ticket


authenticator

public EncryptedData authenticator
Authenticator

Constructor Detail

APReq

public APReq(APOptions new_apOptions,
             Ticket new_ticket,
             EncryptedData new_authenticator)
Class constructor

Parameters:
new_apOptions - APOptions
new_ticket - Ticket
new_authenticator - EncryptedData