public class X509StoreCertPairCollection extends X509StoreSpi
X509Store
SPI implementation for certificate
pairs.X509Store
,
X509CertificatePair
Constructor and Description |
---|
X509StoreCertPairCollection() |
Modifier and Type | Method and Description |
---|---|
Collection |
engineGetMatches(Selector selector)
Returns a colelction of certificate pairs which match the given
selector . |
void |
engineInit(X509StoreParameters params)
Initializes this store.
|
public void engineInit(X509StoreParameters params)
engineInit
in class X509StoreSpi
params
- The X509CollectionStoreParameters
s for this store.IllegalArgumentException
- if params
is no instance of
X509CollectionStoreParameters
.public Collection engineGetMatches(Selector selector)
selector
.
The returned collection contains
X509CertificatePair
s. The selector must be
a X509CertPairStoreSelector
to select
certificate pairs.engineGetMatches
in class X509StoreSpi
Copyright © 2015. All rights reserved.