Class TaggedCertificationRequest

java.lang.Object
org.bouncycastle.asn1.ASN1Object
org.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 Details

  • Method Details

    • getInstance

      public static TaggedCertificationRequest getInstance(Object o)
    • getInstance

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

      public BodyPartID getBodyPartID()
    • getCertificationRequest

      public CertificationRequest getCertificationRequest()
    • toASN1Primitive

      public org.bouncycastle.asn1.ASN1Primitive toASN1Primitive()
      Specified by:
      toASN1Primitive in interface org.bouncycastle.asn1.ASN1Encodable
      Specified by:
      toASN1Primitive in class org.bouncycastle.asn1.ASN1Object