Class 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
           }
     
    • Method Detail

      • getInstance

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

        public BodyPartID getBodyPartID()
      • 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