| Modifier and Type | Method and Description | 
|---|---|
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.  
Return a possibly empty collection of objects that match the criteria implemented
 in the passed in Selector. 
 | 
java.security.Provider | 
getProvider()
Deprecated.  
  | 
public static X509Store getInstance(java.lang.String type, X509StoreParameters parameters) throws NoSuchStoreException
NoSuchStoreExceptionpublic static X509Store getInstance(java.lang.String type, X509StoreParameters parameters, java.lang.String provider) throws NoSuchStoreException, java.security.NoSuchProviderException
NoSuchStoreExceptionjava.security.NoSuchProviderExceptionpublic static X509Store getInstance(java.lang.String type, X509StoreParameters parameters, java.security.Provider provider) throws NoSuchStoreException
NoSuchStoreExceptionpublic java.security.Provider getProvider()
public java.util.Collection getMatches(Selector selector)
StoregetMatches in interface Storeselector - the selector defining the match criteria.