Class MutableX509KeyManager

java.lang.Object
javax.net.ssl.X509ExtendedKeyManager
com.yahoo.security.MutableX509KeyManager
All Implemented Interfaces:
KeyManager, X509KeyManager

public class MutableX509KeyManager extends X509ExtendedKeyManager
A X509ExtendedKeyManager which can be updated with new certificate chain and private key while in use. The implementations assumes that aliases are retrieved from the same thread as the certificate chain and private key. This is case for OpenJDK 11.
Author:
bjorncs