ASN1Encodable, Encodablepublic class OtherSigningCertificate extends ASN1Object
| Constructor | Description |
|---|---|
OtherSigningCertificate(OtherCertID otherCertID) |
| Modifier and Type | Method | Description |
|---|---|---|
OtherCertID[] |
getCerts() |
|
static OtherSigningCertificate |
getInstance(java.lang.Object o) |
|
PolicyInformation[] |
getPolicies() |
|
ASN1Primitive |
toASN1Primitive() |
The definition of OtherSigningCertificate is
|
equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode, toASN1Objectpublic OtherSigningCertificate(OtherCertID otherCertID)
public static OtherSigningCertificate getInstance(java.lang.Object o)
public OtherCertID[] getCerts()
public PolicyInformation[] getPolicies()
public ASN1Primitive toASN1Primitive()
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 }toASN1Primitive in interface ASN1EncodabletoASN1Primitive in class ASN1Object