| Bouncy Castle Cryptography Library 1.39 | |
| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectorg.bouncycastle.x509.X509StoreSpiorg.bouncycastle.jce.provider.X509StoreCertPairCollectionpublic class X509StoreCertPairCollectionextends X509StoreSpiX509Store SPI implementation for certificate
pairs.
X509Store, X509CertificatePairConstructor Summary | |
Method Summary | |
Collection |
|
void |
|
Methods inherited from class org.bouncycastle.x509.X509StoreSpi | |
engineGetMatches, engineInit | |
public Collection engineGetMatches(Selector selector)
Returns a colelction of certificate pairs which match the givenselector. The returned collection containsX509CertificatePairs. The selector must be aX509CertPairStoreSelectorto select certificate pairs.
- Overrides:
- engineGetMatches in interface X509StoreSpi
- Returns:
- A collection with matching certificate pairs.
public void engineInit(X509StoreParameters params)
Initializes this store.
- Overrides:
- engineInit in interface X509StoreSpi
- Parameters:
params- TheX509CollectionStoreParameterss for this store.