Package org.bouncycastle.asn1.ess
Class SigningCertificate
java.lang.Object
org.bouncycastle.asn1.ASN1Object
org.bouncycastle.asn1.ess.SigningCertificate
- All Implemented Interfaces:
org.bouncycastle.asn1.ASN1Encodable,org.bouncycastle.util.Encodable
public class SigningCertificate
extends org.bouncycastle.asn1.ASN1Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCerts()static SigningCertificateorg.bouncycastle.asn1.x509.PolicyInformation[]org.bouncycastle.asn1.ASN1PrimitiveThe definition of SigningCertificate isMethods inherited from class org.bouncycastle.asn1.ASN1Object
encodeTo, encodeTo, equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode
-
Constructor Details
-
SigningCertificate
-
-
Method Details
-
getInstance
-
getCerts
-
getPolicies
public org.bouncycastle.asn1.x509.PolicyInformation[] getPolicies() -
toASN1Primitive
public org.bouncycastle.asn1.ASN1Primitive toASN1Primitive()The definition of SigningCertificate isSigningCertificate ::= 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 }- Specified by:
toASN1Primitivein interfaceorg.bouncycastle.asn1.ASN1Encodable- Specified by:
toASN1Primitivein classorg.bouncycastle.asn1.ASN1Object
-