X509ExtendedKeyManager


X509ExtendedKeyManager javax.net.ssl

Java 5.0

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

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  } 



Java In A Nutshell
Java In A Nutshell, 5th Edition
ISBN: 0596007736
EAN: 2147483647
Year: 2004
Pages: 1220

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net