org.objectweb.proactive.ext.security
Class SerializableKeyStore

java.lang.Object
  extended by org.objectweb.proactive.ext.security.SerializableKeyStore
All Implemented Interfaces:
java.io.Serializable

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

Author:
acontes
See Also:
Serialized Form

Field Summary
protected  byte[] encodedKeyStore
           
protected  java.security.KeyStore keyStore
           
 
Constructor Summary
SerializableKeyStore(java.security.KeyStore keyStore)
           
 
Method Summary
 java.security.KeyStore getKeyStore()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

keyStore

protected transient java.security.KeyStore keyStore

encodedKeyStore

protected byte[] encodedKeyStore
Constructor Detail

SerializableKeyStore

public SerializableKeyStore(java.security.KeyStore keyStore)
Method Detail

getKeyStore

public java.security.KeyStore getKeyStore()


Copyright 2001-2007 INRIA All Rights Reserved.