Searched refs:OCSP_MULTI (Results 1 - 9 of 9) sorted by relevance

/openjdk9/jdk/src/java.base/share/classes/sun/security/ssl/
H A DCertStatusReqItemV2.java81 statReqType.equals(StatusRequestType.OCSP_MULTI)) {
107 statReqType == StatusRequestType.OCSP_MULTI) {
135 statReqType == StatusRequestType.OCSP_MULTI) {
H A DStatusRequestType.java65 static final StatusRequestType OCSP_MULTI = e(0x02, "ocsp_multi"); field in class:StatusRequestType
H A DHandshakeMessage.java402 // OCSP_MULTI and OCSP request list items.
405 itemList.add(new CertStatusReqItemV2(StatusRequestType.OCSP_MULTI,
685 * @param type an indication of the type of response (OCSP or OCSP_MULTI)
690 * allowed for the OCSP type. For the OCSP_MULTI type, each entry in
717 } else if (statusType == StatusRequestType.OCSP_MULTI) {
761 } else if (statusType == StatusRequestType.OCSP_MULTI) {
797 } else if (statusType == StatusRequestType.OCSP_MULTI) {
819 } else if (statusType == StatusRequestType.OCSP_MULTI) {
852 } else if (statusType == StatusRequestType.OCSP_MULTI) {
H A DStatusResponseManager.java269 } else if (type == StatusRequestType.OCSP_MULTI) {
270 // For type OCSP_MULTI, we check every cert in the chain that
H A DServerHandshaker.java2085 curType == StatusRequestType.OCSP_MULTI) {
/openjdk9/jdk/test/sun/security/ssl/StatusStapling/java.base/sun/security/ssl/
H A DCertStatusReqListV2ExtensionTests.java191 StatusRequestType.OCSP_MULTI,
217 add(new CertStatusReqItemV2(StatusRequestType.OCSP_MULTI, osr));
243 // (e.g. OCSP/OCSP_MULTI)
255 StatusRequestType.OCSP_MULTI,
314 StatusRequestType.OCSP_MULTI,
343 StatusRequestType.OCSP_MULTI,
H A DCertStatusReqItemV2Tests.java137 new CertStatusReqItemV2(StatusRequestType.OCSP_MULTI,
177 StatusRequestType.OCSP_MULTI,
235 // Create a CSRIV2 out of random data. A non-OCSP/OCSP_MULTI
269 // Test the parsing of the default OCSP/OCSP_MULTI extensions
275 if (sType != StatusRequestType.OCSP_MULTI) {
277 "expected OCSP_MULTI (2), got " + sType.id);
376 // Create a CSRIV2 out of random data. A non-OCSP/OCSP_MULTI
412 // Test the parsing of the default OCSP/OCSP_MULTI extensions
421 if (sType != StatusRequestType.OCSP_MULTI) {
423 "expected OCSP_MULTI (
[all...]
H A DStatusReqSelection.java155 "status_request_v2 (OCSP_MULTI with ResponderId, " +
164 "multiple OCSP_MULTI items, only one is default",
288 itemList.add(new CertStatusReqItemV2(StatusRequestType.OCSP_MULTI,
307 itemList.add(new CertStatusReqItemV2(StatusRequestType.OCSP_MULTI,
364 itemList.add(new CertStatusReqItemV2(StatusRequestType.OCSP_MULTI,
381 * OCSP_MULTI request item and a default OCSP request item.
390 itemList.add(new CertStatusReqItemV2(StatusRequestType.OCSP_MULTI,
414 itemList.add(new CertStatusReqItemV2(StatusRequestType.OCSP_MULTI,
444 itemList.add(new CertStatusReqItemV2(StatusRequestType.OCSP_MULTI,
446 itemList.add(new CertStatusReqItemV2(StatusRequestType.OCSP_MULTI,
[all...]
H A DStatusResponseManagerTests.java74 put("Basic OCSP_MULTI fetch test", testOcspMultiFetch);
145 srm.get(StatusRequestType.OCSP_MULTI, oReq, chain, 5000,
184 StatusRequestType.OCSP_MULTI, oReq, chain, 5000,
226 srm.get(StatusRequestType.OCSP_MULTI, oReq, chain, 5000,

Completed in 113 milliseconds