On Thu, 17 Feb 2022 20:41:50 GMT, Weijun Wang <wei...@openjdk.org> wrote:

>> @wangweij So you have selected to really swallow the exception here?
>
> Yes. I don't want to let the method fail. Since `instanceof String` should be 
> called anyway the caller can decide how to fail.

So you leave it to the user to read the ASN.1 value and fail if the encoding is 
incorrect instead of throwing a `Ceritificate..Exception` although other 
GeneralNames do?

-------------

PR: https://git.openjdk.java.net/jdk/pull/7167

Reply via email to