Bouncy Castle Cryptography Library 1.71

org.bouncycastle.asn1.cmc
Class TaggedCertificationRequest

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

public class TaggedCertificationRequest
extends org.bouncycastle.asn1.ASN1Object

TaggedCertificationRequest ::= SEQUENCE { bodyPartID BodyPartID, certificationRequest CertificationRequest }


Constructor Summary
TaggedCertificationRequest(BodyPartID bodyPartID, CertificationRequest certificationRequest)
           
 
Method Summary
static TaggedCertificationRequest getInstance(org.bouncycastle.asn1.ASN1TaggedObject obj, boolean explicit)
           
static TaggedCertificationRequest getInstance(java.lang.Object o)
           
 org.bouncycastle.asn1.ASN1Primitive toASN1Primitive()
           
 
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

TaggedCertificationRequest

public TaggedCertificationRequest(BodyPartID bodyPartID,
                                  CertificationRequest certificationRequest)
Method Detail

getInstance

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

getInstance

public static TaggedCertificationRequest getInstance(org.bouncycastle.asn1.ASN1TaggedObject obj,
                                                     boolean explicit)

toASN1Primitive

public org.bouncycastle.asn1.ASN1Primitive toASN1Primitive()

Bouncy Castle Cryptography Library 1.71