public class

X509StoreCertPairCollection

extends X509StoreSpi
java.lang.Object
   ↳ org.bouncycastle.x509.X509StoreSpi
     ↳ org.bouncycastle.jce.provider.X509StoreCertPairCollection

Class Overview

This class is a collection based Bouncy Castle X509Store SPI implementation for certificate pairs.

Summary

Public Constructors
X509StoreCertPairCollection()
Public Methods
Collection engineGetMatches(Selector selector)
Returns a colelction of certificate pairs which match the given selector.
void engineInit(X509StoreParameters params)
Initializes this store.
[Expand]
Inherited Methods
From class org.bouncycastle.x509.X509StoreSpi
From class java.lang.Object

Public Constructors

public X509StoreCertPairCollection ()

Public Methods

public Collection engineGetMatches (Selector selector)

Returns a colelction of certificate pairs which match the given selector.

The returned collection contains X509CertificatePairs. The selector must be a X509CertPairStoreSelector to select certificate pairs.

Returns
  • A collection with matching certificate pairs.

public void engineInit (X509StoreParameters params)

Initializes this store.

Parameters
params The X509CollectionStoreParameterss for this store.
Throws
IllegalArgumentException if params is no instance of X509CollectionStoreParameters.