public class

ProtectedPart

extends ASN1Encodable
java.lang.Object
   ↳ org.bouncycastle.asn1.ASN1Encodable
     ↳ org.bouncycastle.asn1.cmp.ProtectedPart

Summary

[Expand]
Inherited Constants
From class org.bouncycastle.asn1.ASN1Encodable
Public Constructors
ProtectedPart(PKIHeader header, PKIBody body)
Public Methods
PKIBody getBody()
PKIHeader getHeader()
static ProtectedPart getInstance(Object o)
DERObject toASN1Object()
 ProtectedPart ::= SEQUENCE {
                    header    PKIHeader,
                    body      PKIBody
 }
 
[Expand]
Inherited Methods
From class org.bouncycastle.asn1.ASN1Encodable
From class java.lang.Object
From interface org.bouncycastle.asn1.DEREncodable

Public Constructors

public ProtectedPart (PKIHeader header, PKIBody body)

Public Methods

public PKIBody getBody ()

public PKIHeader getHeader ()

public static ProtectedPart getInstance (Object o)

public DERObject toASN1Object ()

 ProtectedPart ::= SEQUENCE {
                    header    PKIHeader,
                    body      PKIBody
 }
 

Returns
  • a basic ASN.1 object representation.