Class X509Util

java.lang.Object
org.apache.hadoop.hbase.io.crypto.tls.X509Util

@Private public final class X509Util extends Object
Utility code for X509 handling Default cipher suites: Performance testing done by Facebook engineers shows that on Intel x86_64 machines, Java9 performs better with GCM and Java8 performs better with CBC, so these seem like reasonable defaults.

This file has been copied from the Apache ZooKeeper project.

See Also: