Package org.bouncycastle.jce.provider
Class X509StoreCertPairCollection
java.lang.Object
org.bouncycastle.x509.X509StoreSpi
org.bouncycastle.jce.provider.X509StoreCertPairCollection
This class is a collection based Bouncy Castle
X509Store
SPI implementation for certificate
pairs.- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionengineGetMatches
(Selector selector) Returns a colelction of certificate pairs which match the givenselector
.void
engineInit
(X509StoreParameters params) Initializes this store.
-
Constructor Details
-
X509StoreCertPairCollection
public X509StoreCertPairCollection()
-
-
Method Details
-
engineInit
Initializes this store.- Specified by:
engineInit
in classX509StoreSpi
- Parameters:
params
- TheX509CollectionStoreParameters
s for this store.- Throws:
IllegalArgumentException
- ifparams
is no instance ofX509CollectionStoreParameters
.
-
engineGetMatches
Returns a colelction of certificate pairs which match the givenselector
.The returned collection contains
X509CertificatePair
s. The selector must be aX509CertPairStoreSelector
to select certificate pairs.- Specified by:
engineGetMatches
in classX509StoreSpi
- Returns:
- A collection with matching certificate pairs.
-