org.bouncycastle.jce.provider
public class X509StoreCertPairCollection extends X509StoreSpi
See Also: X509Store X509CertificatePair
| Constructor Summary | |
|---|---|
| X509StoreCertPairCollection() | |
| Method Summary | |
|---|---|
| Collection | engineGetMatches(Selector selector)
Returns a colelction of certificate pairs which match the given
selector.
|
| void | engineInit(X509StoreParameters params)
Initializes this store.
|
selector.
The returned collection contains
X509CertificatePairs. The selector must be
a X509CertPairStoreSelector to select
certificate pairs.
Returns: A collection with matching certificate pairs.
Parameters: params The X509CollectionStoreParameterss for this store.
Throws: IllegalArgumentException if params is no instance of
X509CollectionStoreParameters.