|
Bouncy Castle Cryptography 1.50 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.bouncycastle.asn1.ASN1Object
org.bouncycastle.asn1.ess.SigningCertificate
public class SigningCertificate
| Constructor Summary | |
|---|---|
SigningCertificate(ESSCertID essCertID)
|
|
| Method Summary | |
|---|---|
ESSCertID[] |
getCerts()
|
static SigningCertificate |
getInstance(java.lang.Object o)
|
PolicyInformation[] |
getPolicies()
|
ASN1Primitive |
toASN1Primitive()
The definition of SigningCertificate is |
| Methods inherited from class org.bouncycastle.asn1.ASN1Object |
|---|
equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode, toASN1Object |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SigningCertificate(ESSCertID essCertID)
| Method Detail |
|---|
public static SigningCertificate getInstance(java.lang.Object o)
public ESSCertID[] getCerts()
public PolicyInformation[] getPolicies()
public ASN1Primitive toASN1Primitive()
SigningCertificate ::= SEQUENCE {
certs SEQUENCE OF ESSCertID,
policies SEQUENCE OF PolicyInformation OPTIONAL
}
id-aa-signingCertificate OBJECT IDENTIFIER ::= { iso(1)
member-body(2) us(840) rsadsi(113549) pkcs(1) pkcs9(9)
smime(16) id-aa(2) 12 }
toASN1Primitive in interface ASN1EncodabletoASN1Primitive in class ASN1Object
|
Bouncy Castle Cryptography 1.50 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||