| GNU Classpath (0.18) | ||
| Frames | No Frames | ||
Classes derived from java.security.KeyException | |
| class | Thrown for an invalid key.
|
| class | This exception is thrown whenever a problem related to the management of
security keys is encountered.
|
Methods which throw type java.security.KeyException | |
| void | This method reads an encoded certificate from an InputStream.
|
| void | This method writes the certificate to an OutputStream in
a format that can be understood by the decode method.
|
| void | Sets the key pair (public key and private key) for this signer.
First, if there is a security manager, its checkSecurityAccess()
method is called with "setSignerKeyPair" as its
argument to see if it's ok to set the key pair.
|
| GNU Classpath (0.18) |