Modifier and Type | Method and Description |
---|---|
static X509Store |
getInstance(String type,
X509StoreParameters parameters) |
static X509Store |
getInstance(String type,
X509StoreParameters parameters,
Provider provider) |
static X509Store |
getInstance(String type,
X509StoreParameters parameters,
String provider) |
Collection |
getMatches(Selector selector) |
Provider |
getProvider() |
public static X509Store getInstance(String type, X509StoreParameters parameters) throws NoSuchStoreException
NoSuchStoreException
public static X509Store getInstance(String type, X509StoreParameters parameters, String provider) throws NoSuchStoreException, NoSuchProviderException
public static X509Store getInstance(String type, X509StoreParameters parameters, Provider provider) throws NoSuchStoreException
NoSuchStoreException
public Provider getProvider()
public Collection getMatches(Selector selector)
getMatches
in interface Store
Copyright © 2015. All rights reserved.