We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77b8334 commit 8823b0bCopy full SHA for 8823b0b
util/src/main/java/org/bouncycastle/asn1/cmc/TaggedCertificationRequest.java
@@ -59,6 +59,16 @@ public static TaggedCertificationRequest getInstance(
59
return getInstance(ASN1Sequence.getInstance(obj, explicit));
60
}
61
62
+ public BodyPartID getBodyPartID()
63
+ {
64
+ return bodyPartID;
65
+ }
66
+
67
+ public CertificationRequest getCertificationRequest()
68
69
+ return certificationRequest;
70
71
72
public ASN1Primitive toASN1Primitive()
73
{
74
ASN1EncodableVector v = new ASN1EncodableVector(2);
0 commit comments