GNU Classpath (0.95) | |
Frames | No Frames |
Methods which throw type java.security.spec.InvalidKeySpecException | |
PrivateKey | Generates a private key from the provided key specification.
|
PublicKey | Generates a public key from the provided key specification.
|
Returns a key specification for the given key. keySpec
identifies the specification class to return the key
material in.
| |
Returns a key specification for the given key. | |
PrivateKey | Generates a private key from the provided key specification.
|
PublicKey | Generates a public key from the provided key specification.
|
Methods which throw type java.security.spec.InvalidKeySpecException | |
SecretKey | Translate a java.security.KeySpec into a SecretKey .
|
KeySpec | Translate a SecretKey into a java.security.KeySpec .
|
SecretKey | Generate a secret key from a key specification, if possible.
|
PKCS8EncodedKeySpec | |
KeySpec | Get the key specification from a secret key.
|
GNU Classpath (0.95) |