|
Bouncy Castle Cryptography Library 1.37 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.bouncycastle.x509.X509StoreSpi
org.bouncycastle.jce.provider.X509StoreCertPairCollection
public class X509StoreCertPairCollection
This class is a collection based Bouncy Castle
X509Store
SPI implementation for certificate
pairs.
X509Store
,
X509CertificatePair
Constructor Summary | |
---|---|
X509StoreCertPairCollection()
|
Method Summary | |
---|---|
java.util.Collection |
engineGetMatches(Selector selector)
Returns a colelction of certificate pairs which match the given selector . |
void |
engineInit(X509StoreParameters params)
Initializes this store. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public X509StoreCertPairCollection()
Method Detail |
---|
public void engineInit(X509StoreParameters params)
engineInit
in class X509StoreSpi
params
- The X509CollectionStoreParameters
s for this store.
java.lang.IllegalArgumentException
- if params
is no instance of
X509CollectionStoreParameters
.public java.util.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
|
Bouncy Castle Cryptography Library 1.37 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |