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 BodyPartID
getBodyPartID()
CertificationRequest
getCertificationRequest()
static TaggedCertificationRequest
getInstance(java.lang.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(java.lang.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 interfaceorg.bouncycastle.asn1.ASN1Encodable
- Specified by:
toASN1Primitive
in classorg.bouncycastle.asn1.ASN1Object
-
-