java.lang.Object
io.helidon.common.tls.TlsUtils
Utility class for TLS.
-
Method Summary
Modifier and TypeMethodDescriptionparseCn
(Certificate[] certificates) Parse the Common Name (CN) from the first certificate if present.
-
Method Details
-
parseCn
Parse the Common Name (CN) from the first certificate if present.- Parameters:
certificates
- certificates- Returns:
- Common Name value
-