C# Class Org.BouncyCastle.Pkix.PkixParameters

Summary description for PkixParameters.
显示文件 Open project: nonorganic/dssnet Class Usage Examples

Public Methods

Method Description
AddAdditionalStore ( IX509Store store ) : void
AddCertPathChecker ( PkixCertPathChecker checker ) : void
AddStore ( IX509Store store ) : void
Clone ( ) : object
GetAdditionalStores ( ) : IList
GetAttrCertCheckers ( ) : ISet
GetCertPathCheckers ( ) : IList
GetInitialPolicies ( ) : ISet
GetNecessaryACAttributes ( ) : ISet
GetProhibitedACAttributes ( ) : ISet
GetStores ( ) : IList
GetTargetCertConstraints ( ) : X509CertStoreSelector
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

Protected Methods

Method Description
SetParams ( PkixParameters parameters ) : void

Method Details

AddAdditionalStore() public method

public AddAdditionalStore ( IX509Store store ) : void
store IX509Store
return void

AddCertPathChecker() public method

public AddCertPathChecker ( PkixCertPathChecker checker ) : void
checker PkixCertPathChecker
return void

AddStore() public method

public AddStore ( IX509Store store ) : void
store IX509Store
return void

Clone() public method

public Clone ( ) : object
return object

GetAdditionalStores() public method

public GetAdditionalStores ( ) : IList
return IList

GetAttrCertCheckers() public method

public GetAttrCertCheckers ( ) : ISet
return ISet

GetCertPathCheckers() public method

public GetCertPathCheckers ( ) : IList
return IList

GetInitialPolicies() public method

public GetInitialPolicies ( ) : ISet
return ISet

GetNecessaryACAttributes() public method

public GetNecessaryACAttributes ( ) : ISet
return ISet

GetProhibitedACAttributes() public method

public GetProhibitedACAttributes ( ) : ISet
return ISet

GetStores() public method

public GetStores ( ) : IList
return IList

GetTargetCertConstraints() public method

public GetTargetCertConstraints ( ) : X509CertStoreSelector
return Org.BouncyCastle.X509.Store.X509CertStoreSelector

GetTargetConstraints() public method

public GetTargetConstraints ( ) : IX509Selector
return IX509Selector

GetTrustAnchors() public method

public GetTrustAnchors ( ) : ISet
return ISet

GetTrustedACIssuers() public method

public GetTrustedACIssuers ( ) : ISet
return ISet

PkixParameters() public method

public PkixParameters ( ISet trustAnchors ) : System
trustAnchors ISet
return System

SetAdditionalLocationsEnabled() public method

public SetAdditionalLocationsEnabled ( bool enabled ) : void
enabled bool
return void

SetAttrCertCheckers() public method

public SetAttrCertCheckers ( ISet attrCertCheckers ) : void
attrCertCheckers ISet
return void

SetCertPathCheckers() public method

public SetCertPathCheckers ( IList checkers ) : void
checkers IList
return void

SetInitialPolicies() public method

public SetInitialPolicies ( ISet initialPolicies ) : void
initialPolicies ISet
return void

SetNecessaryACAttributes() public method

public SetNecessaryACAttributes ( ISet necessaryACAttributes ) : void
necessaryACAttributes ISet
return void

SetParams() protected method

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

SetProhibitedACAttributes() public method

public SetProhibitedACAttributes ( ISet prohibitedACAttributes ) : void
prohibitedACAttributes ISet
return void

SetStores() public method

public SetStores ( IList stores ) : void
stores IList
return void

SetTargetCertConstraints() public method

public SetTargetCertConstraints ( IX509Selector selector ) : void
selector IX509Selector
return void

SetTargetConstraints() public method

public SetTargetConstraints ( IX509Selector selector ) : void
selector IX509Selector
return void

SetTrustAnchors() public method

public SetTrustAnchors ( ISet tas ) : void
tas ISet
return void

SetTrustedACIssuers() public method

public SetTrustedACIssuers ( ISet trustedACIssuers ) : void
trustedACIssuers ISet
return void