krb5.lib
Class APOptions

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

public class APOptions
extends BitString

Class Description : APOptions. 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
APOptions()
          Class constructor
APOptions(byte[] data, int size)
          Class constructor
APOptions(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

APOptions

public APOptions()
Class constructor


APOptions

public APOptions(int oneBit)
          throws KrbException
Class constructor

Parameters:
oneBit - int
Throws:
KrbException

APOptions

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

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