org.globus.gsi.provider.simple
Class SimpleMemoryCertStoreParams

java.lang.Object
  extended by org.globus.gsi.provider.simple.SimpleMemoryCertStoreParams
All Implemented Interfaces:
java.lang.Cloneable, java.security.cert.CertStoreParameters

Deprecated.

public class SimpleMemoryCertStoreParams
extends java.lang.Object
implements java.security.cert.CertStoreParameters


Constructor Summary
SimpleMemoryCertStoreParams(java.security.cert.X509Certificate[] certs, java.security.cert.X509CRL[] crls)
          Deprecated.  
 
Method Summary
 java.lang.Object clone()
          Deprecated.  
 java.security.cert.X509Certificate[] getCerts()
          Deprecated.  
 java.security.cert.X509CRL[] getCrls()
          Deprecated.  
 void setCerts(java.security.cert.X509Certificate[] certs)
          Deprecated.  
 void setCrls(java.security.cert.X509CRL[] crls)
          Deprecated.  
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleMemoryCertStoreParams

public SimpleMemoryCertStoreParams(java.security.cert.X509Certificate[] certs,
                                   java.security.cert.X509CRL[] crls)
Deprecated. 
Method Detail

getCerts

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

setCerts

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

getCrls

public java.security.cert.X509CRL[] getCrls()
Deprecated. 

setCrls

public void setCrls(java.security.cert.X509CRL[] crls)
Deprecated. 

clone

public java.lang.Object clone()
Deprecated. 
Specified by:
clone in interface java.security.cert.CertStoreParameters
Overrides:
clone in class java.lang.Object