|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use javax.crypto | |
|---|---|
| javax.crypto | |
| javax.crypto.interfaces | |
| javax.crypto.spec | |
| javax.security.auth.kerberos | |
| Classes in javax.crypto used by javax.crypto | |
|---|---|
| BadPaddingException
This exception is thrown during decryption when the decrypted input does not have the proper padding bytes that are expected by the padding mechanism. |
|
| Cipher
This class implements a cryptographic cipher for transforming data. |
|
| CipherSpi
This class represents the Service Provider Interface (SPI) for cryptographic ciphers. |
|
| ExemptionMechanism
An exemption mechanism, which will conditionally allow cryptography where it is not normally allowed, implements things such as key recovery, key weakening, or key escrow. |
|
| ExemptionMechanismException
Signals a general exception in an ExemptionMechanism. |
|
| ExemptionMechanismSpi
The Service Provider Interface (SPI) for the ExemptionMechanism class. |
|
| IllegalBlockSizeException
This exception is thrown when finishing encryption without padding or decryption and the input is not a multiple of the cipher's block size. |
|
| KeyAgreement
Key agreement is a method in which two or more parties may agree on a secret key for symmetric cryptography or message authentication without transmitting any secrets in the clear. |
|
| KeyAgreementSpi
This is the Service Provider Interface (SPI) for the KeyAgreement class. |
|
| KeyGenerator
A generic producer of keys for symmetric cryptography. |
|
| KeyGeneratorSpi
The Service Provider Interface (SPI) for the KeyGenerator class. |
|
| Mac
This class implements a "message authentication code" (MAC), a method to ensure the integrity of data transmitted between two parties who share a common secret key. |
|
| MacSpi
This is the Service Provider Interface (SPI) for the Mac class. |
|
| NoSuchPaddingException
This exception is thrown when a particular padding scheme is requested but is not available. |
|
| SealedObject
This class allows any Serializable object to be
stored in an encrypted form. |
|
| SecretKey
A secret key for symmetric cryptography. |
|
| SecretKeyFactory
A secret key factory translates SecretKey objects to and from
KeySpec objects, and can translate between
different vendors' representations of SecretKey objects (for
security or semantics; whichever applies). |
|
| SecretKeyFactorySpi
The Service Provider Interface (SPI) for the SecretKeyFactory class. |
|
| ShortBufferException
This exception is thrown on an attempt to transform bytes into a buffer that is too short to contain the data. |
|
| Classes in javax.crypto used by javax.crypto.interfaces | |
|---|---|
| SecretKey
A secret key for symmetric cryptography. |
|
| Classes in javax.crypto used by javax.crypto.spec | |
|---|---|
| SecretKey
A secret key for symmetric cryptography. |
|
| Classes in javax.crypto used by javax.security.auth.kerberos | |
|---|---|
| SecretKey
A secret key for symmetric cryptography. |
|
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||