org.bouncycastle.jce.provider

Class X509StoreCertPairCollection


public class X509StoreCertPairCollection
extends X509StoreSpi

This class is a collection based Bouncy Castle X509Store SPI implementation for certificate pairs.
See Also:
X509Store, X509CertificatePair

Constructor Summary

X509StoreCertPairCollection()

Method Summary

Collection
engineGetMatches(org.bouncycastle.util.Selector selector)
Returns a colelction of certificate pairs which match the given selector.
void
engineInit(X509StoreParameters params)
Initializes this store.

Methods inherited from class org.bouncycastle.x509.X509StoreSpi

engineGetMatches, engineInit

Constructor Details

X509StoreCertPairCollection

public X509StoreCertPairCollection()

Method Details

engineGetMatches

public Collection engineGetMatches(org.bouncycastle.util.Selector selector)
Overrides:
engineGetMatches in interface X509StoreSpi
Returns:
A collection with matching certificate pairs.

engineInit

public void engineInit(X509StoreParameters params)
Initializes this store.
Overrides:
engineInit in interface X509StoreSpi
Parameters:
params - The X509CollectionStoreParameterss for this store.