Name

X509ExtendedKeyManager

Synopsis

This class implements the X509KeyManager interface and extends it with two methods.

javax.net.ssl.X509ExtendedKeyManager

Figure 18-18. javax.net.ssl.X509ExtendedKeyManager

public abstract class X509ExtendedKeyManager implements X509KeyManager {
// Protected Constructors
     protected X509ExtendedKeyManager( );  
// Public Instance Methods
     public String chooseEngineClientAlias(String[ ] keyType, 
        java.security.Principal[ ] issuers, 
        SSLEngine engine);     constant
     public String chooseEngineServerAlias(String keyType, 
        java.security.Principal[ ] issuers, 
        SSLEngine engine);     constant
}

Get Java in a Nutshell, 5th Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.