C# Класс Org.BouncyCastle.Asn1.Esf.OtherSigningCertificate

OtherSigningCertificate ::= SEQUENCE { certs SEQUENCE OF OtherCertID, policies SEQUENCE OF PolicyInformation OPTIONAL }
Наследование: Asn1Encodable
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
GetCerts ( ) : Org.BouncyCastle.Asn1.Esf.OtherCertID[]
GetInstance ( object obj ) : OtherSigningCertificate
GetPolicies ( ) : Org.BouncyCastle.Asn1.X509.PolicyInformation[]
OtherSigningCertificate ( ) : System
OtherSigningCertificate ( IEnumerable certs ) : System
OtherSigningCertificate ( IEnumerable certs, IEnumerable policies ) : System
OtherSigningCertificate ( OtherCertID certs ) : System
ToAsn1Object ( ) : Asn1Object

Приватные методы

Метод Описание
OtherSigningCertificate ( Asn1Sequence seq ) : System

Описание методов

GetCerts() публичный Метод

public GetCerts ( ) : Org.BouncyCastle.Asn1.Esf.OtherCertID[]
Результат Org.BouncyCastle.Asn1.Esf.OtherCertID[]

GetInstance() публичный статический Метод

public static GetInstance ( object obj ) : OtherSigningCertificate
obj object
Результат OtherSigningCertificate

GetPolicies() публичный Метод

public GetPolicies ( ) : Org.BouncyCastle.Asn1.X509.PolicyInformation[]
Результат Org.BouncyCastle.Asn1.X509.PolicyInformation[]

OtherSigningCertificate() публичный Метод

public OtherSigningCertificate ( ) : System
Результат System

OtherSigningCertificate() публичный Метод

public OtherSigningCertificate ( IEnumerable certs ) : System
certs IEnumerable
Результат System

OtherSigningCertificate() публичный Метод

public OtherSigningCertificate ( IEnumerable certs, IEnumerable policies ) : System
certs IEnumerable
policies IEnumerable
Результат System

OtherSigningCertificate() публичный Метод

public OtherSigningCertificate ( OtherCertID certs ) : System
certs OtherCertID
Результат System

ToAsn1Object() публичный Метод

public ToAsn1Object ( ) : Asn1Object
Результат Asn1Object