org.bouncycastle.asn1.ess

Class OtherSigningCertificate

Implemented Interfaces:
DEREncodable

public class OtherSigningCertificate
extends ASN1Encodable

Field Summary

Fields inherited from class org.bouncycastle.asn1.ASN1Encodable

BER, DER

Constructor Summary

OtherSigningCertificate(ASN1Sequence seq)
constructeurs
OtherSigningCertificate(OtherCertID otherCertID)

Method Summary

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

Methods inherited from class org.bouncycastle.asn1.ASN1Encodable

equals, getDEREncoded, getDERObject, getEncoded, getEncoded, hashCode, toASN1Object

Constructor Details

OtherSigningCertificate

public OtherSigningCertificate(ASN1Sequence seq)
constructeurs

OtherSigningCertificate

public OtherSigningCertificate(OtherCertID otherCertID)

Method Details

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-ets-otherSigCert OBJECT IDENTIFIER ::= { iso(1) member-body(2) us(840) rsadsi(113549) pkcs(1) pkcs9(9) smime(16) id-aa(2) 19 }
Overrides:
toASN1Object in interface ASN1Encodable