krb5.lib
Class TransitedEncoding

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

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

Class Description : Class representing the transited encoding. 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
 java.lang.Object contents
          Contents
 int trType
          Type
 
Constructor Summary
TransitedEncoding()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

trType

public int trType
Type


contents

public java.lang.Object contents
Contents

Constructor Detail

TransitedEncoding

public TransitedEncoding()