Example usage for javax.net.ssl X509ExtendedKeyManager subclass-usage

List of usage examples for javax.net.ssl X509ExtendedKeyManager subclass-usage

Introduction

In this page you can find the example usage for javax.net.ssl X509ExtendedKeyManager subclass-usage.

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;