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.Object
org.bouncycastle.x509.X509StoreSpi
org.bouncycastle.jce.provider.X509StoreCertPairCollection
public class X509StoreCertPairCollection
extends X509StoreSpi
X509Store
SPI implementation for certificate
pairs.
X509Store
, X509CertificatePair
Constructor 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 containsX509CertificatePair
s. The selector must be aX509CertPairStoreSelector
to 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
- TheX509CollectionStoreParameters
s for this store.