| Frames | No Frames | 
Methods with parameter type java.security.spec.KeySpec | |
| SecretKey | |
Methods with return type java.security.spec.KeySpec | |
| KeySpec | |
Methods with parameter type java.security.spec.KeySpec | |
| PrivateKey |  Generates a private key from the provided key specification.
  | 
| PublicKey |  Generates a public key from the provided key specification.
  | 
| PrivateKey |  Generates a private key from the provided key specification.
  | 
| PublicKey |  Generates a public key from the provided key specification.
  | 
Methods with parameter type java.security.spec.KeySpec | |
| PrivateKey | |
| PrivateKey | |
| PrivateKey | |
| PublicKey | |
| PublicKey | |
| PublicKey | |
Methods with return type java.security.spec.KeySpec | |
| KeySpec | |
| KeySpec | |
| KeySpec | |
Methods with parameter type java.security.spec.KeySpec | |
| SecretKey |  Translate a  java.security.KeySpec into a SecretKey.
 | 
| SecretKey |  Translate a  java.security.KeySpec into a SecretKey.
 | 
| SecretKey |  Translate a  java.security.KeySpec into a SecretKey.
 | 
Methods with return type java.security.spec.KeySpec | |
| KeySpec |  Translate a  SecretKey into a java.security.KeySpec.
 | 
| KeySpec |  Translate a  SecretKey into a java.security.KeySpec.
 | 
| KeySpec |  Translate a  SecretKey into a java.security.KeySpec.
 | 
Methods with parameter type java.security.spec.KeySpec | |
| SecretKey |  Translate a  java.security.KeySpec into a SecretKey.
 | 
| SecretKey |  Generate a secret key from a key specification, if possible.
  | 
Methods with return type java.security.spec.KeySpec | |
| KeySpec |  Translate a  SecretKey into a java.security.KeySpec.
 | 
| KeySpec |  Get the key specification from a secret key.
  | 
Classes implementing java.security.spec.KeySpec | |
| class | DSA Private Key class Specification.   | 
| class | DSA Public Key class Specification.   | 
| class | Encoded Key Specification class which is used to store
byte encoded keys.
  | 
| class | PKCS8 Encoded Key Specification class which is used to store
"PKCS#8" byte encoded keys.
  | 
| class |  This class represents an RSA multi-prime private key, as defined in the
 PKCS#1 v2.1, using the Chinese Remainder Theorem (CRT) information
 values.
  | 
| class | RSA Private Certificate Key class Specification.   | 
| class | RSA Private Key class Specification.   | 
| class | RSA Public Key class Specification.   | 
| class | X.509 Encoded Key Specification class which is used to store
"X.509" byte encoded keys.
  | 
Classes implementing java.security.spec.KeySpec | |
| class |  This class is a transparent wrapper for DES-EDE (Triple-DES) keys,
 which are arrays of 24 bytes.
  | 
| class |  This class is a transparent wrapper for DES keys, which are arrays
 of 8 bytes.
  | 
| class |  A wrapper for Diffie-Hellman private key data.
  | 
| class |  A wrapper for Diffie-Hellman public key data.
  | 
| class |  A wrapper for a password-based key, used for password-based
 encryption (PBE).
  | 
| class |  This is a simple wrapper around a raw byte array, for ciphers that do
 not require any key parameters other than the bytes themselves.
  | 
Methods with parameter type java.security.spec.KeySpec | |
| PrivateKey |  Generates a private key from the provided key specification.
  | 
| PublicKey |  Generates a public key from the provided key specification.
  | 
Methods with return type java.security.spec.KeySpec | |
| KeySpec | |