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

Quick Search    Search Deep

com.k_int.gen.AccessControlFormat_prompt_1
Class Encryption_type  view Encryption_type download Encryption_type.java

java.lang.Object
  extended bycom.k_int.gen.AccessControlFormat_prompt_1.Encryption_type
All Implemented Interfaces:
java.io.Serializable

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


Field Summary
 byte[] credential
           
 byte[] cryptType
           
 byte[] data
           
 
Constructor Summary
Encryption_type()
           
Encryption_type(byte[] cryptType, byte[] credential, byte[] data)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cryptType

public byte[] cryptType

credential

public byte[] credential

data

public byte[] data
Constructor Detail

Encryption_type

public Encryption_type(byte[] cryptType,
                       byte[] credential,
                       byte[] data)

Encryption_type

public Encryption_type()