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 TaggedCertificationRequeststatic TaggedCertificationRequestgetInstance(org.bouncycastle.asn1.ASN1TaggedObject obj, boolean explicit) org.bouncycastle.asn1.ASN1PrimitiveMethods 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:
toASN1Primitivein interfaceorg.bouncycastle.asn1.ASN1Encodable- Specified by:
toASN1Primitivein classorg.bouncycastle.asn1.ASN1Object
-