C# Class Org.BouncyCastle.Pkix.PkixBuilderParameters

Summary description for PkixBuilderParameters.
Inheritance: PkixParameters
Afficher le fichier Open project: nonorganic/dssnet Class Usage Examples

Méthodes publiques

Méthode Description
Clone ( ) : object
GetExcludedCerts ( ) : ISet

Excluded certificates are not used for building a certification path.

GetInstance ( PkixParameters pkixParams ) : PkixBuilderParameters
PkixBuilderParameters ( ISet trustAnchors, IX509Selector targetConstraints ) : System
SetExcludedCerts ( ISet excludedCerts ) : void

Sets the excluded certificates which are not used for building a certification path. If the ISet is null an empty set is assumed.

The given set is cloned to protect it against subsequent modifications.

ToString ( ) : string

Méthodes protégées

Méthode Description
SetParams ( PkixParameters parameters ) : void

Method Details

Clone() public méthode

public Clone ( ) : object
Résultat object

GetExcludedCerts() public méthode

Excluded certificates are not used for building a certification path.
public GetExcludedCerts ( ) : ISet
Résultat ISet

GetInstance() public static méthode

public static GetInstance ( PkixParameters pkixParams ) : PkixBuilderParameters
pkixParams PkixParameters
Résultat PkixBuilderParameters

PkixBuilderParameters() public méthode

public PkixBuilderParameters ( ISet trustAnchors, IX509Selector targetConstraints ) : System
trustAnchors ISet
targetConstraints IX509Selector
Résultat System

SetExcludedCerts() public méthode

Sets the excluded certificates which are not used for building a certification path. If the ISet is null an empty set is assumed.
The given set is cloned to protect it against subsequent modifications.
public SetExcludedCerts ( ISet excludedCerts ) : void
excludedCerts ISet The excluded certificates to set.
Résultat void

SetParams() protected méthode

protected SetParams ( PkixParameters parameters ) : void
parameters PkixParameters
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string