-
Type:
Sub-task
-
Resolution: Delivered
-
Priority:
P4
-
Affects Version/s: 19
-
Component/s: security-libs
The JDK implementation of `X509Certificate::getSubjectAlternativeNames` and `X509Certificate::getIssuerAlternativeNames` has been enhanced to additionally return the `type-id` and `value` fields of an `otherName`. The `value` field is returned as a String if it is encoded as a character string or otherwise as a byte array, which is helpful as it avoids having to parse the ASN.1 DER encoded form of the name.