C# Class Org.BouncyCastle.X509.Store.X509CertPairStoreSelector

This class is an IX509Selector implementation to select certificate pairs, which are e.g. used for cross certificates. The set of criteria is given from two X509CertStoreSelector objects, each of which, if present, must match the respective component of a pair.
Inheritance: IX509Selector
Datei anzeigen Open project: nonorganic/dssnet Class Usage Examples

Public Methods

Method Description
Clone ( ) : object
Match ( object obj ) : bool

Decides if the given certificate pair should be selected. If obj is not a X509CertificatePair, this method returns false.

X509CertPairStoreSelector ( ) : System

Private Methods

Method Description
CloneSelector ( X509CertStoreSelector s ) : X509CertStoreSelector
X509CertPairStoreSelector ( X509CertPairStoreSelector o ) : System

Method Details

Clone() public method

public Clone ( ) : object
return object

Match() public method

Decides if the given certificate pair should be selected. If obj is not a X509CertificatePair, this method returns false.
public Match ( object obj ) : bool
obj object The X509CertificatePair to be tested.
return bool

X509CertPairStoreSelector() public method

public X509CertPairStoreSelector ( ) : System
return System