|
JavaTM 2 Platform Std. Ed. v1.4.0 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use KeySpec | |
java.security.spec | Provides classes and interfaces for key specifications and algorithm parameter specifications. |
javax.crypto.spec | Provides classes and interfaces for key specifications and algorithm parameter specifications. |
Uses of KeySpec in java.security.spec |
Classes in java.security.spec that implement KeySpec | |
class |
DSAPrivateKeySpec
This class specifies a DSA private key with its associated parameters. |
class |
DSAPublicKeySpec
This class specifies a DSA public key with its associated parameters. |
class |
EncodedKeySpec
This class represents a public or private key in encoded format. |
class |
PKCS8EncodedKeySpec
This class represents the ASN.1 encoding of a private key, encoded according to the ASN.1 type PrivateKeyInfo . |
class |
RSAMultiPrimePrivateCrtKeySpec
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 |
RSAPrivateCrtKeySpec
This class specifies an RSA private key, as defined in the PKCS#1 standard, using the Chinese Remainder Theorem (CRT) information values for efficiency. |
class |
RSAPrivateKeySpec
This class specifies an RSA private key. |
class |
RSAPublicKeySpec
This class specifies an RSA public key. |
class |
X509EncodedKeySpec
This class represents the ASN.1 encoding of a public key, encoded according to the ASN.1 type SubjectPublicKeyInfo . |
Uses of KeySpec in javax.crypto.spec |
Classes in javax.crypto.spec that implement KeySpec | |
class |
DESedeKeySpec
This class specifies a DES-EDE ("triple-DES") key. |
class |
DESKeySpec
This class specifies a DES key. |
class |
DHPrivateKeySpec
This class specifies a Diffie-Hellman private key with its associated parameters. |
class |
DHPublicKeySpec
This class specifies a Diffie-Hellman public key with its associated parameters. |
class |
PBEKeySpec
A user-chosen password that can be used with password-based encryption (PBE). |
class |
SecretKeySpec
This class specifies a secret key in a provider-independent fashion. |
|
JavaTM 2 Platform Std. Ed. v1.4.0 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Java, Java 2D, and JDBC are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-2002 Sun Microsystems, Inc. 901 San Antonio Road
Palo Alto, California, 94303, U.S.A. All Rights Reserved.