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
ConstructorsConstructorDescriptionTaggedCertificationRequest
(BodyPartID bodyPartID, CertificationRequest certificationRequest) -
Method Summary
Modifier and TypeMethodDescriptionstatic TaggedCertificationRequest
static TaggedCertificationRequest
getInstance
(org.bouncycastle.asn1.ASN1TaggedObject obj, boolean explicit) org.bouncycastle.asn1.ASN1Primitive
Methods inherited from class org.bouncycastle.asn1.ASN1Object
encodeTo, encodeTo, equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode
-
Constructor Details
-
TaggedCertificationRequest
-
-
Method Details
-
getInstance
-
getInstance
public static TaggedCertificationRequest getInstance(org.bouncycastle.asn1.ASN1TaggedObject obj, boolean explicit) -
getBodyPartID
-
getCertificationRequest
-
toASN1Primitive
public org.bouncycastle.asn1.ASN1Primitive toASN1Primitive()- Specified by:
toASN1Primitive
in interfaceorg.bouncycastle.asn1.ASN1Encodable
- Specified by:
toASN1Primitive
in classorg.bouncycastle.asn1.ASN1Object
-