List of usage examples for javax.net.ssl X509ExtendedKeyManager subclass-usage
From source file be.fedict.commons.eid.jca.BeIDX509KeyManager.java
/**
* eID specific {@link X509ExtendedKeyManager}.
*
* @see BeIDKeyManagerFactory
* @author Frank Cornelis
*
From source file org.apache.hadoop.security.ssl.ReloadingX509KeyManager.java
public class ReloadingX509KeyManager extends X509ExtendedKeyManager { private final Log LOG = LogFactory.getLog(ReloadingX509KeyManager.class); private final String type; private final File location; private final String keystorePassword; private final String keyPassword;