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)
80
80
}
81
81
82
82
/**
83
- * Create a PKCS10CertificationRequestHolder from an underlying ASN.1 structure.
83
+ * Create a PKCS10CertificationRequest from an underlying ASN.1 structure.
84
84
*
85
85
* @param certificationRequest the underlying ASN.1 structure representing a request.
86
86
*/
@@ -134,7 +134,7 @@ public PKCS10CertificationRequest(CertificationRequest certificationRequest)
134
134
}
135
135
136
136
/**
137
- * Create a PKCS10CertificationRequestHolder from the passed in bytes.
137
+ * Create a PKCS10CertificationRequest from the passed in bytes.
138
138
*
139
139
* @param encoded BER/DER encoding of the CertificationRequest structure.
140
140
* @throws IOException in the event of corrupted data, or an incorrect structure.
You can’t perform that action at this time.
0 commit comments