krb5.lib
Class KDCOptions

java.lang.Object
  extended by krb5.lib.BitString
      extended by krb5.lib.KDCOptions
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable

public class KDCOptions
extends BitString

Class Description : Class providing the KDC options. A modified version of the code obtained from the Open Group Research Institute.

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

Constructor Summary
KDCOptions()
           
KDCOptions(byte[] data, int size)
          Class constructor
KDCOptions(int oneBit)
          Class constructor
 
Method Summary
 
Methods inherited from class krb5.lib.BitString
clear, clone, get, match, set, size, toBytes
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KDCOptions

public KDCOptions()

KDCOptions

public KDCOptions(int oneBit)
           throws KrbException
Class constructor

Parameters:
oneBit - int
Throws:
KrbException

KDCOptions

public KDCOptions(byte[] data,
                  int size)
           throws KrbException
Class constructor

Parameters:
data - byte[]
size - int
Throws:
KrbException