| 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.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Returns a colelction of certificate pairs which match the given
selector. | |||||||||||
Initializes this store.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.bouncycastle.x509.X509StoreSpi
| |||||||||||
From class
java.lang.Object
| |||||||||||
Returns a colelction of certificate pairs which match the given
selector.
X509CertificatePairs. The selector must be
a X509CertPairStoreSelector to select
certificate pairs.Initializes this store.
| params | The X509CollectionStoreParameterss for this store. |
|---|
| IllegalArgumentException | if params is no instance of
X509CollectionStoreParameters.
|
|---|