메소드 | 설명 | |
---|---|---|
Clone ( ) : object | ||
GetExcludedCerts ( ) : ISet |
Excluded certificates are not used for building a certification path.
|
|
GetInstance ( |
||
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 The given set is cloned to protect it against subsequent modifications. |
|
ToString ( ) : string |
메소드 | 설명 | |
---|---|---|
SetParams ( |
public static GetInstance ( |
||
pkixParams | ||
리턴 |
public PkixBuilderParameters ( ISet trustAnchors, IX509Selector targetConstraints ) : System | ||
trustAnchors | ISet | |
targetConstraints | IX509Selector | |
리턴 | System |
public SetExcludedCerts ( ISet excludedCerts ) : void | ||
excludedCerts | ISet | The excluded certificates to set. |
리턴 | void |
protected SetParams ( |
||
parameters | ||
리턴 | void |