메소드 | 설명 | |
---|---|---|
AddAdditionalStore ( IX509Store store ) : void | ||
AddCertPathChecker ( |
||
AddStore ( IX509Store store ) : void | ||
Clone ( ) : object | ||
GetAdditionalStores ( ) : IList | ||
GetAttrCertCheckers ( ) : ISet | ||
GetCertPathCheckers ( ) : IList | ||
GetInitialPolicies ( ) : ISet | ||
GetNecessaryACAttributes ( ) : ISet | ||
GetProhibitedACAttributes ( ) : ISet | ||
GetStores ( ) : IList | ||
GetTargetCertConstraints ( ) : |
||
GetTargetConstraints ( ) : IX509Selector | ||
GetTrustAnchors ( ) : ISet | ||
GetTrustedACIssuers ( ) : ISet | ||
PkixParameters ( ISet trustAnchors ) : System | ||
SetAdditionalLocationsEnabled ( bool enabled ) : void | ||
SetAttrCertCheckers ( ISet attrCertCheckers ) : void | ||
SetCertPathCheckers ( IList checkers ) : void | ||
SetInitialPolicies ( ISet initialPolicies ) : void | ||
SetNecessaryACAttributes ( ISet necessaryACAttributes ) : void | ||
SetProhibitedACAttributes ( ISet prohibitedACAttributes ) : void | ||
SetStores ( IList stores ) : void | ||
SetTargetCertConstraints ( IX509Selector selector ) : void | ||
SetTargetConstraints ( IX509Selector selector ) : void | ||
SetTrustAnchors ( ISet tas ) : void | ||
SetTrustedACIssuers ( ISet trustedACIssuers ) : void |
메소드 | 설명 | |
---|---|---|
SetParams ( |
public AddAdditionalStore ( IX509Store store ) : void | ||
store | IX509Store | |
리턴 | void |
public AddCertPathChecker ( |
||
checker | ||
리턴 | void |
public GetTargetCertConstraints ( ) : |
||
리턴 |
public PkixParameters ( ISet trustAnchors ) : System | ||
trustAnchors | ISet | |
리턴 | System |
public SetAdditionalLocationsEnabled ( bool enabled ) : void | ||
enabled | bool | |
리턴 | void |
public SetAttrCertCheckers ( ISet attrCertCheckers ) : void | ||
attrCertCheckers | ISet | |
리턴 | void |
public SetCertPathCheckers ( IList checkers ) : void | ||
checkers | IList | |
리턴 | void |
public SetInitialPolicies ( ISet initialPolicies ) : void | ||
initialPolicies | ISet | |
리턴 | void |
public SetNecessaryACAttributes ( ISet necessaryACAttributes ) : void | ||
necessaryACAttributes | ISet | |
리턴 | void |
protected SetParams ( |
||
parameters | ||
리턴 | void |
public SetProhibitedACAttributes ( ISet prohibitedACAttributes ) : void | ||
prohibitedACAttributes | ISet | |
리턴 | void |
public SetTargetCertConstraints ( IX509Selector selector ) : void | ||
selector | IX509Selector | |
리턴 | void |
public SetTargetConstraints ( IX509Selector selector ) : void | ||
selector | IX509Selector | |
리턴 | void |
public SetTrustedACIssuers ( ISet trustedACIssuers ) : void | ||
trustedACIssuers | ISet | |
리턴 | void |