Uses of Package
javax.crypto

Packages that use javax.crypto
Package
Description
Provides the classes and interfaces for the security framework.
Provides the classes and interfaces for cryptographic operations.
Provides interfaces for Diffie-Hellman keys as defined in RSA Laboratories' PKCS #3.
Provides classes and interfaces for key specifications and algorithm parameter specifications.
This package contains utility classes related to the Kerberos network authentication protocol.
  • Classes in javax.crypto used by java.security
    Class
    Description
    A secret (symmetric) key.
  • Classes in javax.crypto used by javax.crypto
    Class
    Description
    This exception is thrown when a particular padding mechanism is expected for the input data but the data is not padded properly.
    This class provides the functionality of a cryptographic cipher for encryption and decryption.
    This class defines the Service Provider Interface (SPI) for the Cipher class.
    This class provides the functionality of an exemption mechanism, examples of which are key recovery, key weakening, and key escrow.
    This is the generic ExemptionMechanism exception.
    This class defines the Service Provider Interface (SPI) for the ExemptionMechanism class.
    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.
    This class provides the functionality of a key agreement (or key exchange) protocol.
    This class defines the Service Provider Interface (SPI) for the KeyAgreement class.
    This class provides the functionality of a secret (symmetric) key generator.
    This class defines the Service Provider Interface (SPI) for the KeyGenerator class.
    This class provides the functionality of a "Message Authentication Code" (MAC) algorithm.
    This class defines the Service Provider Interface (SPI) for the Mac class.
    This exception is thrown when a particular padding mechanism is requested but is not available in the environment.
    This class enables a programmer to create an object and protect its confidentiality with a cryptographic algorithm.
    A secret (symmetric) key.
    This class represents a factory for secret keys.
    This class defines the Service Provider Interface (SPI) for the SecretKeyFactory class.
    This exception is thrown when an output buffer provided by the user is too short to hold the operation result.
  • Class
    Description
    A secret (symmetric) key.
  • Classes in javax.crypto used by javax.crypto.spec
    Class
    Description
    A secret (symmetric) key.
  • Class
    Description
    A secret (symmetric) key.