C# Class Org.BouncyCastle.Asn1.Esf.OtherSigningCertificate

OtherSigningCertificate ::= SEQUENCE { certs SEQUENCE OF OtherCertID, policies SEQUENCE OF PolicyInformation OPTIONAL }
Inheritance: Asn1Encodable
Afficher le fichier Open project: nonorganic/dssnet Class Usage Examples

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
OtherSigningCertificate ( Asn1Sequence seq ) : System

Method Details

GetCerts() public méthode

public GetCerts ( ) : Org.BouncyCastle.Asn1.Esf.OtherCertID[]
Résultat Org.BouncyCastle.Asn1.Esf.OtherCertID[]

GetInstance() public static méthode

public static GetInstance ( object obj ) : OtherSigningCertificate
obj object
Résultat OtherSigningCertificate

GetPolicies() public méthode

public GetPolicies ( ) : Org.BouncyCastle.Asn1.X509.PolicyInformation[]
Résultat Org.BouncyCastle.Asn1.X509.PolicyInformation[]

OtherSigningCertificate() public méthode

public OtherSigningCertificate ( ) : System
Résultat System

OtherSigningCertificate() public méthode

public OtherSigningCertificate ( IEnumerable certs ) : System
certs IEnumerable
Résultat System

OtherSigningCertificate() public méthode

public OtherSigningCertificate ( IEnumerable certs, IEnumerable policies ) : System
certs IEnumerable
policies IEnumerable
Résultat System

OtherSigningCertificate() public méthode

public OtherSigningCertificate ( OtherCertID certs ) : System
certs OtherCertID
Résultat System

ToAsn1Object() public méthode

public ToAsn1Object ( ) : Asn1Object
Résultat Asn1Object