C# 클래스 Org.BouncyCastle.Asn1.X509.V2TbsCertListGenerator

파일 보기 프로젝트 열기: nonorganic/dssnet 1 사용 예제들

공개 메소드들

메소드 설명
AddCrlEntry ( Asn1Sequence crlEntry ) : void
AddCrlEntry ( DerInteger userCertificate, DerUtcTime revocationDate, int reason ) : void
AddCrlEntry ( DerInteger userCertificate, Time revocationDate, X509Extensions extensions ) : void
AddCrlEntry ( DerInteger userCertificate, Time revocationDate, int reason ) : void
AddCrlEntry ( DerInteger userCertificate, Time revocationDate, int reason, DerGeneralizedTime invalidityDate ) : void
GenerateTbsCertList ( ) : TbsCertificateList
SetExtensions ( X509Extensions extensions ) : void
SetIssuer ( Org.BouncyCastle.Asn1.X509.X509Name issuer ) : void
SetNextUpdate ( DerUtcTime nextUpdate ) : void
SetNextUpdate ( Time nextUpdate ) : void
SetSignature ( AlgorithmIdentifier signature ) : void
SetThisUpdate ( DerUtcTime thisUpdate ) : void
SetThisUpdate ( Time thisUpdate ) : void
V2TbsCertListGenerator ( ) : System

메소드 상세

AddCrlEntry() 공개 메소드

public AddCrlEntry ( Asn1Sequence crlEntry ) : void
crlEntry Asn1Sequence
리턴 void

AddCrlEntry() 공개 메소드

public AddCrlEntry ( DerInteger userCertificate, DerUtcTime revocationDate, int reason ) : void
userCertificate DerInteger
revocationDate DerUtcTime
reason int
리턴 void

AddCrlEntry() 공개 메소드

public AddCrlEntry ( DerInteger userCertificate, Time revocationDate, X509Extensions extensions ) : void
userCertificate DerInteger
revocationDate Time
extensions X509Extensions
리턴 void

AddCrlEntry() 공개 메소드

public AddCrlEntry ( DerInteger userCertificate, Time revocationDate, int reason ) : void
userCertificate DerInteger
revocationDate Time
reason int
리턴 void

AddCrlEntry() 공개 메소드

public AddCrlEntry ( DerInteger userCertificate, Time revocationDate, int reason, DerGeneralizedTime invalidityDate ) : void
userCertificate DerInteger
revocationDate Time
reason int
invalidityDate DerGeneralizedTime
리턴 void

GenerateTbsCertList() 공개 메소드

public GenerateTbsCertList ( ) : TbsCertificateList
리턴 TbsCertificateList

SetExtensions() 공개 메소드

public SetExtensions ( X509Extensions extensions ) : void
extensions X509Extensions
리턴 void

SetIssuer() 공개 메소드

public SetIssuer ( Org.BouncyCastle.Asn1.X509.X509Name issuer ) : void
issuer Org.BouncyCastle.Asn1.X509.X509Name
리턴 void

SetNextUpdate() 공개 메소드

public SetNextUpdate ( DerUtcTime nextUpdate ) : void
nextUpdate DerUtcTime
리턴 void

SetNextUpdate() 공개 메소드

public SetNextUpdate ( Time nextUpdate ) : void
nextUpdate Time
리턴 void

SetSignature() 공개 메소드

public SetSignature ( AlgorithmIdentifier signature ) : void
signature AlgorithmIdentifier
리턴 void

SetThisUpdate() 공개 메소드

public SetThisUpdate ( DerUtcTime thisUpdate ) : void
thisUpdate DerUtcTime
리턴 void

SetThisUpdate() 공개 메소드

public SetThisUpdate ( Time thisUpdate ) : void
thisUpdate Time
리턴 void

V2TbsCertListGenerator() 공개 메소드

public V2TbsCertListGenerator ( ) : System
리턴 System