8257725: No throws of SSLHandshakeException

Reviewed-by: jnimeh
This commit is contained in:
Xue-Lei Andrew Fan 2020-12-04 18:29:55 +00:00
parent fcc84795f6
commit d76039d3dc

View file

@ -258,9 +258,6 @@ final class StatusResponseManager {
* *
* @return an unmodifiable {@code Map} containing the certificate and * @return an unmodifiable {@code Map} containing the certificate and
* its usually * its usually
*
* @throws SSLHandshakeException if an unsupported
* {@code CertStatusRequest} is provided.
*/ */
Map<X509Certificate, byte[]> get(CertStatusRequestType type, Map<X509Certificate, byte[]> get(CertStatusRequestType type,
CertStatusRequest request, X509Certificate[] chain, long delay, CertStatusRequest request, X509Certificate[] chain, long delay,