Uses of Interface java.security.spec.KeySpec

Uses in package java.security

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.

Uses in package java.security.spec

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.

Uses in package javax.crypto.spec

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.

Uses in package javax.crypto

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.