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

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

공개 메소드들

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

보호된 메소드들

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

메소드 상세

Clone() 공개 메소드

public Clone ( ) : object
리턴 object

GetExcludedCerts() 공개 메소드

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

GetInstance() 공개 정적인 메소드

public static GetInstance ( PkixParameters pkixParams ) : PkixBuilderParameters
pkixParams PkixParameters
리턴 PkixBuilderParameters

PkixBuilderParameters() 공개 메소드

public PkixBuilderParameters ( ISet trustAnchors, IX509Selector targetConstraints ) : System
trustAnchors ISet
targetConstraints IX509Selector
리턴 System

SetExcludedCerts() 공개 메소드

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.
리턴 void

SetParams() 보호된 메소드

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

ToString() 공개 메소드

public ToString ( ) : string
리턴 string