C# 클래스 Org.BouncyCastle.Pkix.PkixParameters

Summary description for PkixParameters.
파일 보기 프로젝트 열기: nonorganic/dssnet 1 사용 예제들

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
SetParams ( PkixParameters parameters ) : void

메소드 상세

AddAdditionalStore() 공개 메소드

public AddAdditionalStore ( IX509Store store ) : void
store IX509Store
리턴 void

AddCertPathChecker() 공개 메소드

public AddCertPathChecker ( PkixCertPathChecker checker ) : void
checker PkixCertPathChecker
리턴 void

AddStore() 공개 메소드

public AddStore ( IX509Store store ) : void
store IX509Store
리턴 void

Clone() 공개 메소드

public Clone ( ) : object
리턴 object

GetAdditionalStores() 공개 메소드

public GetAdditionalStores ( ) : IList
리턴 IList

GetAttrCertCheckers() 공개 메소드

public GetAttrCertCheckers ( ) : ISet
리턴 ISet

GetCertPathCheckers() 공개 메소드

public GetCertPathCheckers ( ) : IList
리턴 IList

GetInitialPolicies() 공개 메소드

public GetInitialPolicies ( ) : ISet
리턴 ISet

GetNecessaryACAttributes() 공개 메소드

public GetNecessaryACAttributes ( ) : ISet
리턴 ISet

GetProhibitedACAttributes() 공개 메소드

public GetProhibitedACAttributes ( ) : ISet
리턴 ISet

GetStores() 공개 메소드

public GetStores ( ) : IList
리턴 IList

GetTargetCertConstraints() 공개 메소드

public GetTargetCertConstraints ( ) : X509CertStoreSelector
리턴 Org.BouncyCastle.X509.Store.X509CertStoreSelector

GetTargetConstraints() 공개 메소드

public GetTargetConstraints ( ) : IX509Selector
리턴 IX509Selector

GetTrustAnchors() 공개 메소드

public GetTrustAnchors ( ) : ISet
리턴 ISet

GetTrustedACIssuers() 공개 메소드

public GetTrustedACIssuers ( ) : ISet
리턴 ISet

PkixParameters() 공개 메소드

public PkixParameters ( ISet trustAnchors ) : System
trustAnchors ISet
리턴 System

SetAdditionalLocationsEnabled() 공개 메소드

public SetAdditionalLocationsEnabled ( bool enabled ) : void
enabled bool
리턴 void

SetAttrCertCheckers() 공개 메소드

public SetAttrCertCheckers ( ISet attrCertCheckers ) : void
attrCertCheckers ISet
리턴 void

SetCertPathCheckers() 공개 메소드

public SetCertPathCheckers ( IList checkers ) : void
checkers IList
리턴 void

SetInitialPolicies() 공개 메소드

public SetInitialPolicies ( ISet initialPolicies ) : void
initialPolicies ISet
리턴 void

SetNecessaryACAttributes() 공개 메소드

public SetNecessaryACAttributes ( ISet necessaryACAttributes ) : void
necessaryACAttributes ISet
리턴 void

SetParams() 보호된 메소드

protected SetParams ( PkixParameters parameters ) : void
parameters PkixParameters
리턴 void

SetProhibitedACAttributes() 공개 메소드

public SetProhibitedACAttributes ( ISet prohibitedACAttributes ) : void
prohibitedACAttributes ISet
리턴 void

SetStores() 공개 메소드

public SetStores ( IList stores ) : void
stores IList
리턴 void

SetTargetCertConstraints() 공개 메소드

public SetTargetCertConstraints ( IX509Selector selector ) : void
selector IX509Selector
리턴 void

SetTargetConstraints() 공개 메소드

public SetTargetConstraints ( IX509Selector selector ) : void
selector IX509Selector
리턴 void

SetTrustAnchors() 공개 메소드

public SetTrustAnchors ( ISet tas ) : void
tas ISet
리턴 void

SetTrustedACIssuers() 공개 메소드

public SetTrustedACIssuers ( ISet trustedACIssuers ) : void
trustedACIssuers ISet
리턴 void