C# Class Org.BouncyCastle.Pkix.PkixBuilderParameters

Summary description for PkixBuilderParameters.
Inheritance: PkixParameters
Show file Open project: nonorganic/dssnet Class Usage Examples

Public Methods

Method 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

Protected Methods

Method Description
SetParams ( PkixParameters parameters ) : void

Method Details

Clone() public method

public Clone ( ) : object
return object

GetExcludedCerts() public method

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

GetInstance() public static method

public static GetInstance ( PkixParameters pkixParams ) : PkixBuilderParameters
pkixParams PkixParameters
return PkixBuilderParameters

PkixBuilderParameters() public method

public PkixBuilderParameters ( ISet trustAnchors, IX509Selector targetConstraints ) : System
trustAnchors ISet
targetConstraints IX509Selector
return System

SetExcludedCerts() public method

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.
return void

SetParams() protected method

protected SetParams ( PkixParameters parameters ) : void
parameters PkixParameters
return void

ToString() public method

public ToString ( ) : string
return string