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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionengineGetMatches(Selector selector) Returns a colelction of certificate pairs which match the givenselector.voidengineInit(X509StoreParameters params) Initializes this store.
-
Constructor Details
-
X509StoreCertPairCollection
public X509StoreCertPairCollection()
-
-
Method Details
-
engineInit
Initializes this store.- Specified by:
engineInitin classX509StoreSpi- Parameters:
params- TheX509CollectionStoreParameterss for this store.- Throws:
IllegalArgumentException- ifparamsis no instance ofX509CollectionStoreParameters.
-
engineGetMatches
Returns a colelction of certificate pairs which match the givenselector.The returned collection contains
X509CertificatePairs. The selector must be aX509CertPairStoreSelectorto select certificate pairs.- Specified by:
engineGetMatchesin classX509StoreSpi- Returns:
- A collection with matching certificate pairs.
-