|
JavaTM 2 Platform Std. Ed. v1.4.0 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use javax.crypto | |
javax.crypto | Provides the classes and interfaces for cryptographic operations. |
javax.crypto.interfaces | Provides interfaces for Diffie-Hellman keys as defined in RSA Laboratories' PKCS #3. |
javax.crypto.spec | Provides classes and interfaces for key specifications and algorithm parameter specifications. |
javax.security.auth.kerberos | This package contains utility classes related to the Kerberos network authentication protocol. |
Classes in javax.crypto used by javax.cryptoBadPaddingException
|
This exception is thrown when a particular padding mechanism is expected for the input data but the data is not padded properly. Cipher
|
This class provides the functionality of a cryptographic cipher for encryption and decryption. ExemptionMechanismException
|
This is the generic ExemptionMechanism exception. IllegalBlockSizeException
|
This exception is thrown when the length of data provided to a block cipher is incorrect, i.e., does not match the block size of the cipher. NoSuchPaddingException
|
This exception is thrown when a particular padding mechanism is requested but is not available in the environment. ShortBufferException
|
This exception is thrown when an output buffer provided by the user is too short to hold the operation result. |
Classes in javax.crypto used by javax.crypto.interfacesSecretKey
|
A secret (symmetric) key. |
Classes in javax.crypto used by javax.crypto.specSecretKey
|
A secret (symmetric) key. |
Classes in javax.crypto used by javax.security.auth.kerberosSecretKey
|
A secret (symmetric) key. |
|
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.