Package org.bouncycastle.asn1.ess
Class OtherSigningCertificate
- java.lang.Object
-
- org.bouncycastle.asn1.ASN1Object
-
- org.bouncycastle.asn1.ess.OtherSigningCertificate
-
- All Implemented Interfaces:
org.bouncycastle.asn1.ASN1Encodable
,org.bouncycastle.util.Encodable
public class OtherSigningCertificate extends org.bouncycastle.asn1.ASN1Object
-
-
Constructor Summary
Constructors Constructor Description OtherSigningCertificate(OtherCertID otherCertID)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description OtherCertID[]
getCerts()
static OtherSigningCertificate
getInstance(Object o)
org.bouncycastle.asn1.x509.PolicyInformation[]
getPolicies()
org.bouncycastle.asn1.ASN1Primitive
toASN1Primitive()
The definition of OtherSigningCertificate is
-
-
-
Constructor Detail
-
OtherSigningCertificate
public OtherSigningCertificate(OtherCertID otherCertID)
-
-
Method Detail
-
getInstance
public static OtherSigningCertificate getInstance(Object o)
-
getCerts
public OtherCertID[] getCerts()
-
getPolicies
public org.bouncycastle.asn1.x509.PolicyInformation[] getPolicies()
-
toASN1Primitive
public org.bouncycastle.asn1.ASN1Primitive toASN1Primitive()
The definition of OtherSigningCertificate isOtherSigningCertificate ::= 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 }- Specified by:
toASN1Primitive
in interfaceorg.bouncycastle.asn1.ASN1Encodable
- Specified by:
toASN1Primitive
in classorg.bouncycastle.asn1.ASN1Object
-
-