C# Класс Org.BouncyCastle.Asn1.X509.V2TbsCertListGenerator

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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