org.bouncycastle.asn1.ess
Class OtherSigningCertificate
- DEREncodable
public class OtherSigningCertificate
OtherSigningCertificate
public OtherSigningCertificate(ASN1Sequence seq)
constructeurs
OtherSigningCertificate
public OtherSigningCertificate(OtherCertID otherCertID)
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 }
- toASN1Object in interface ASN1Encodable