Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.k_int.gen.AccessControlFormat_des_1
Class DRNType_type  view DRNType_type download DRNType_type.java

java.lang.Object
  extended bycom.k_int.gen.AccessControlFormat_des_1.DRNType_type
All Implemented Interfaces:
java.io.Serializable

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


Field Summary
 byte[] randomNumber
           
 byte[] salt
           
 byte[] userId
           
 
Constructor Summary
DRNType_type()
           
DRNType_type(byte[] userId, byte[] salt, byte[] randomNumber)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

userId

public byte[] userId

salt

public byte[] salt

randomNumber

public byte[] randomNumber
Constructor Detail

DRNType_type

public DRNType_type(byte[] userId,
                    byte[] salt,
                    byte[] randomNumber)

DRNType_type

public DRNType_type()