GNU Classpath (0.20) | |
Frames | No Frames |
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.
|
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.
|
KeySpec | Returns a key specification for the given key. keySpec
identifies the specification class to return the key
material in.
|
PrivateKey | Generates a private key object from the provided key specification (key
material).
|
PublicKey | Generates a public key object from the provided key specification (key
material).
|
KeySpec | Returns a specification (key material) of the given key object.
|
GNU Classpath (0.20) |