public class OtherSigningCertificate extends ASN1Object
| Constructor and Description |
|---|
OtherSigningCertificate(OtherCertID otherCertID) |
| Modifier and Type | Method and Description |
|---|---|
OtherCertID[] |
getCerts() |
static OtherSigningCertificate |
getInstance(java.lang.Object o) |
PolicyInformation[] |
getPolicies() |
ASN1Primitive |
toASN1Primitive()
The definition of OtherSigningCertificate is
OtherSigningCertificate ::= SEQUENCE {
certs SEQUENCE OF OtherCertID,
policies SEQUENCE OF PolicyInformation OPTIONAL
}
|
encodeTo, encodeTo, 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()
toASN1Primitive in interface ASN1EncodabletoASN1Primitive in class ASN1Object