File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
pkix/src/main/java/org/bouncycastle/pkcs Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ private static ASN1Encodable getSingleValue(Attribute at)
8080 }
8181
8282 /**
83- * Create a PKCS10CertificationRequestHolder from an underlying ASN.1 structure.
83+ * Create a PKCS10CertificationRequest from an underlying ASN.1 structure.
8484 *
8585 * @param certificationRequest the underlying ASN.1 structure representing a request.
8686 */
@@ -134,7 +134,7 @@ public PKCS10CertificationRequest(CertificationRequest certificationRequest)
134134 }
135135
136136 /**
137- * Create a PKCS10CertificationRequestHolder from the passed in bytes.
137+ * Create a PKCS10CertificationRequest from the passed in bytes.
138138 *
139139 * @param encoded BER/DER encoding of the CertificationRequest structure.
140140 * @throws IOException in the event of corrupted data, or an incorrect structure.
You can’t perform that action at this time.
0 commit comments