Bouncy Castle Cryptography Library 1.79

org.bouncycastle.asn1.cmp
Class ProtectedPart

java.lang.Object
  extended byorg.bouncycastle.asn1.ASN1Object
      extended byorg.bouncycastle.asn1.cmp.ProtectedPart
All Implemented Interfaces:
org.bouncycastle.asn1.ASN1Encodable, org.bouncycastle.util.Encodable

public class ProtectedPart
extends org.bouncycastle.asn1.ASN1Object

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


Constructor Summary
ProtectedPart(PKIHeader header, PKIBody body)
           
 
Method Summary
 PKIBody getBody()
           
 PKIHeader getHeader()
           
static ProtectedPart getInstance(java.lang.Object o)
           
 org.bouncycastle.asn1.ASN1Primitive toASN1Primitive()
          ProtectedPart ::= SEQUENCE { header PKIHeader, body PKIBody }
 
Methods inherited from class org.bouncycastle.asn1.ASN1Object
encodeTo, encodeTo, equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProtectedPart

public ProtectedPart(PKIHeader header,
                     PKIBody body)
Method Detail

getInstance

public static ProtectedPart getInstance(java.lang.Object o)

getHeader

public PKIHeader getHeader()

getBody

public PKIBody getBody()

toASN1Primitive

public org.bouncycastle.asn1.ASN1Primitive toASN1Primitive()
ProtectedPart ::= SEQUENCE { header PKIHeader, body PKIBody }

Returns:
a basic ASN.1 object representation.

Bouncy Castle Cryptography Library 1.79