Java org.bouncycastle.asn1.cmp PKIMessage fields, constructors, methods, implement or subclass

Example usage for Java org.bouncycastle.asn1.cmp PKIMessage fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.bouncycastle.asn1.cmp PKIMessage.

The text is from its open source code.

Constructor

Method

PKIBodygetBody()
byte[]getEncoded()
Return the default BER or DER encoding for this object.
byte[]getEncoded(String encoding)
Return either the default for "BER" or a DER encoding if "DER" is specified.
CMPCertificate[]getExtraCerts()
PKIHeadergetHeader()
PKIMessagegetInstance(Object o)
DERBitStringgetProtection()
ASN1PrimitivetoASN1Primitive()
 PKIMessage ::= SEQUENCE { header           PKIHeader, body             PKIBody, protection   [0] PKIProtection OPTIONAL, extraCerts   [1] SEQUENCE SIZE (1..MAX) OF CMPCertificate OPTIONAL }