org.bouncycastle.asn1.ess

Class OtherSigningCertificate

public class OtherSigningCertificate extends ASN1Encodable

Constructor Summary
OtherSigningCertificate(ASN1Sequence seq)
constructeurs
OtherSigningCertificate(OtherCertID otherCertID)
Method Summary
OtherCertID[]getCerts()
static OtherSigningCertificategetInstance(Object o)
PolicyInformation[]getPolicies()
DERObjecttoASN1Object()
The definition of OtherSigningCertificate is
 OtherSigningCertificate ::=  SEQUENCE {
      certs        SEQUENCE OF OtherCertID,
      policies     SEQUENCE OF PolicyInformation OPTIONAL
 }
 
id-aa-otherSigCert OBJECT IDENTIFIER ::= { iso(1) member-body(2) us(840) rsadsi(113549) pkcs(1) pkcs9(9) smime(16) id-aa(2) 19 }

Constructor Detail

OtherSigningCertificate

public OtherSigningCertificate(ASN1Sequence seq)
constructeurs

OtherSigningCertificate

public OtherSigningCertificate(OtherCertID otherCertID)

Method Detail

getCerts

public OtherCertID[] getCerts()

getInstance

public static OtherSigningCertificate getInstance(Object o)

getPolicies

public PolicyInformation[] getPolicies()

toASN1Object

public DERObject toASN1Object()
The definition of OtherSigningCertificate is
 OtherSigningCertificate ::=  SEQUENCE {
      certs        SEQUENCE OF OtherCertID,
      policies     SEQUENCE OF PolicyInformation OPTIONAL
 }
 
id-aa-otherSigCert OBJECT IDENTIFIER ::= { iso(1) member-body(2) us(840) rsadsi(113549) pkcs(1) pkcs9(9) smime(16) id-aa(2) 19 }