Package org.bouncycastle.asn1.ess
Class SigningCertificateV2
java.lang.Object
org.bouncycastle.asn1.ASN1Object
org.bouncycastle.asn1.ess.SigningCertificateV2
- All Implemented Interfaces:
org.bouncycastle.asn1.ASN1Encodable
,org.bouncycastle.util.Encodable
public class SigningCertificateV2
extends org.bouncycastle.asn1.ASN1Object
-
Constructor Summary
ConstructorDescriptionSigningCertificateV2
(ESSCertIDv2[] certs) SigningCertificateV2
(ESSCertIDv2[] certs, org.bouncycastle.asn1.x509.PolicyInformation[] policies) -
Method Summary
Modifier and TypeMethodDescriptiongetCerts()
static SigningCertificateV2
org.bouncycastle.asn1.x509.PolicyInformation[]
org.bouncycastle.asn1.ASN1Primitive
The definition of SigningCertificateV2 isMethods inherited from class org.bouncycastle.asn1.ASN1Object
encodeTo, encodeTo, equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode
-
Constructor Details
-
SigningCertificateV2
-
SigningCertificateV2
-
SigningCertificateV2
public SigningCertificateV2(ESSCertIDv2[] certs, org.bouncycastle.asn1.x509.PolicyInformation[] policies)
-
-
Method Details
-
getInstance
-
getCerts
-
getPolicies
public org.bouncycastle.asn1.x509.PolicyInformation[] getPolicies() -
toASN1Primitive
public org.bouncycastle.asn1.ASN1Primitive toASN1Primitive()The definition of SigningCertificateV2 isSigningCertificateV2 ::= SEQUENCE { certs SEQUENCE OF ESSCertIDv2, policies SEQUENCE OF PolicyInformation OPTIONAL }
id-aa-signingCertificateV2 OBJECT IDENTIFIER ::= { iso(1) member-body(2) us(840) rsadsi(113549) pkcs(1) pkcs9(9) smime(16) id-aa(2) 47 }- Specified by:
toASN1Primitive
in interfaceorg.bouncycastle.asn1.ASN1Encodable
- Specified by:
toASN1Primitive
in classorg.bouncycastle.asn1.ASN1Object
-