March 2005
Intermediate to advanced
1254 pages
104h 21m
English
SSLKeyException
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); }