GNU Classpath (0.20) | |
Frames | No Frames |
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 specifies an RSA multi-prime private key, as defined in the
PKCS#1 v2.1, using the Chinese Remainder Theorem (CRT) information
values for efficiency.
|
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.
|
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 object from the provided key specification (key
material).
|
PublicKey | Generates a public key object from the provided key specification (key
material).
|
Methods with return type java.security.spec.KeySpec | |
KeySpec | Returns a key specification for the given key. keySpec
identifies the specification class to return the key
material in.
|
KeySpec | Returns a specification (key material) of the given key object.
|
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.
|
GNU Classpath (0.20) |