org.globus.gsi.provider.simple
Class SimpleMemoryKeyStoreLoadStoreParameter

java.lang.Object
  extended by org.globus.gsi.provider.simple.SimpleMemoryKeyStoreLoadStoreParameter
All Implemented Interfaces:
java.security.KeyStore.LoadStoreParameter

Deprecated.

public class SimpleMemoryKeyStoreLoadStoreParameter
extends java.lang.Object
implements java.security.KeyStore.LoadStoreParameter


Constructor Summary
SimpleMemoryKeyStoreLoadStoreParameter()
          Deprecated.  
 
Method Summary
 java.security.cert.X509Certificate[] getCerts()
          Deprecated.  
 java.security.KeyStore.ProtectionParameter getProtectionParameter()
          Deprecated.  
 void setCerts(java.security.cert.X509Certificate[] certs)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleMemoryKeyStoreLoadStoreParameter

public SimpleMemoryKeyStoreLoadStoreParameter()
Deprecated. 
Method Detail

getCerts

public java.security.cert.X509Certificate[] getCerts()
Deprecated. 

setCerts

public void setCerts(java.security.cert.X509Certificate[] certs)
Deprecated. 

getProtectionParameter

public java.security.KeyStore.ProtectionParameter getProtectionParameter()
Deprecated. 
Specified by:
getProtectionParameter in interface java.security.KeyStore.LoadStoreParameter


Copyright © 2013. All Rights Reserved.