Package org.bouncycastle.asn1.cmc
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 Summary
Constructors Constructor Description TaggedCertificationRequest(BodyPartID bodyPartID, CertificationRequest certificationRequest)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TaggedCertificationRequest
getInstance(Object o)
static TaggedCertificationRequest
getInstance(org.bouncycastle.asn1.ASN1TaggedObject obj, boolean explicit)
org.bouncycastle.asn1.ASN1Primitive
toASN1Primitive()
-
-
-
Constructor Detail
-
TaggedCertificationRequest
public TaggedCertificationRequest(BodyPartID bodyPartID, CertificationRequest certificationRequest)
-
-
Method Detail
-
getInstance
public static TaggedCertificationRequest getInstance(Object o)
-
getInstance
public static TaggedCertificationRequest getInstance(org.bouncycastle.asn1.ASN1TaggedObject obj, boolean explicit)
-
toASN1Primitive
public org.bouncycastle.asn1.ASN1Primitive toASN1Primitive()
- Specified by:
toASN1Primitive
in interfaceorg.bouncycastle.asn1.ASN1Encodable
- Specified by:
toASN1Primitive
in classorg.bouncycastle.asn1.ASN1Object
-
-