March 2005
Intermediate to advanced
1254 pages
104h 21m
English
KeyException
Signals that
something is wrong with a key. See also the subclasses
InvalidKeyException and
KeyManagementException.
Figure 14-18. java.security.KeyException
public class KeyException extends GeneralSecurityException { // Public Constructors public KeyException( ); 5.0 public KeyException(Throwable cause); public KeyException(String msg); 5.0 public KeyException(String message, Throwable cause); }
InvalidKeyException,
KeyManagementException
java.security.Certificate.{decode( ),
encode( )}, Signer.setKeyPair(
)