Team LiB
Previous Section Next Section

SSLKeyExceptionjavax.net.ssl

Java 1.4serializable checked

Signals a problem with the public key certificate and private key used by a server (or client) for authentication.

Figure 18-8. javax.net.ssl.SSLKeyException


public class SSLKeyException extends SSLException {
// Public Constructors
     public SSLKeyException(String reason);  
}

    Team LiB
    Previous Section Next Section