net.rmi.rjs.pk.rmissl
Class ClientKeyStoreFile

java.lang.Object
  extended by net.rmi.rjs.pk.rmissl.ClientKeyStoreFile

public class ClientKeyStoreFile
extends java.lang.Object

Created by IntelliJ IDEA. User: pkrepszt Date: Dec 25, 2004 Time: 8:51:48 PM To change this template use File | Settings | File Templates.


Field Summary
static byte[] clientKeyStorebytes
           
static byte[] clientTrustStorebytes
          Byte arrays of clientTrustStorebytes and clientKeyStorebytes
 
Constructor Summary
ClientKeyStoreFile()
           
 
Method Summary
static byte[] getCKSbytes()
           
static byte[] getCTSbytes()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

clientTrustStorebytes

public static byte[] clientTrustStorebytes
Byte arrays of clientTrustStorebytes and clientKeyStorebytes


clientKeyStorebytes

public static byte[] clientKeyStorebytes
Constructor Detail

ClientKeyStoreFile

public ClientKeyStoreFile()
Method Detail

getCTSbytes

public static byte[] getCTSbytes()
Returns:
client trust store byte array

getCKSbytes

public static byte[] getCKSbytes()
Returns:
client key store byte array