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
Afficher le fichier Open project: nonorganic/dssnet Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
CloneSelector ( X509CertStoreSelector s ) : X509CertStoreSelector
X509CertPairStoreSelector ( X509CertPairStoreSelector o ) : System

Method Details

Clone() public méthode

public Clone ( ) : object
Résultat object

Match() public méthode

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.
Résultat bool

X509CertPairStoreSelector() public méthode

public X509CertPairStoreSelector ( ) : System
Résultat System