Bouncy Castle Cryptography Library 1.77.0

org.bouncycastle.x509
Class X509Store

java.lang.Object
  |
  +--org.bouncycastle.x509.X509Store
All Implemented Interfaces:
Store

Deprecated. use CollectionStore - this class will be removed.

public class X509Store
extends java.lang.Object
implements Store


Method Summary
static X509Store getInstance(java.lang.String type, X509StoreParameters parameters)
          Deprecated.  
static X509Store getInstance(java.lang.String type, X509StoreParameters parameters, java.security.Provider provider)
          Deprecated.  
static X509Store getInstance(java.lang.String type, X509StoreParameters parameters, java.lang.String provider)
          Deprecated.  
 java.util.Collection getMatches(Selector selector)
          Deprecated.  
 java.security.Provider getProvider()
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static X509Store getInstance(java.lang.String type,
                                    X509StoreParameters parameters)
                             throws NoSuchStoreException
Deprecated. 

getInstance

public static X509Store getInstance(java.lang.String type,
                                    X509StoreParameters parameters,
                                    java.lang.String provider)
                             throws NoSuchStoreException,
                                    java.security.NoSuchProviderException
Deprecated. 

getInstance

public static X509Store getInstance(java.lang.String type,
                                    X509StoreParameters parameters,
                                    java.security.Provider provider)
                             throws NoSuchStoreException
Deprecated. 

getProvider

public java.security.Provider getProvider()
Deprecated. 

getMatches

public java.util.Collection getMatches(Selector selector)
Deprecated. 
Specified by:
getMatches in interface Store

Bouncy Castle Cryptography Library 1.77.0