public class OtherSigningCertificate extends ASN1Encodable
BER, DER| Constructor and Description |
|---|
OtherSigningCertificate(ASN1Sequence seq)
constructeurs
|
OtherSigningCertificate(OtherCertID otherCertID) |
| Modifier and Type | Method and Description |
|---|---|
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 }
|
equals, getDEREncoded, getDERObject, getEncoded, getEncoded, hashCodepublic OtherSigningCertificate(ASN1Sequence seq)
public OtherSigningCertificate(OtherCertID otherCertID)
public static OtherSigningCertificate getInstance(Object o)
public OtherCertID[] getCerts()
public PolicyInformation[] getPolicies()
public DERObject toASN1Object()
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 }toASN1Object in class ASN1EncodableCopyright © 2015. All rights reserved.