Uses of Package
javax.crypto
-
Classes in javax.crypto used by java.security Class Description SecretKey A cryptographic secret (symmetric) key. -
Classes in javax.crypto used by javax.crypto Class Description BadPaddingException The exception that is thrown when a padding mechanism is expected for the input data, but the input data does not have the proper padding bytes.Cipher This class provides access to implementations of cryptographic ciphers for encryption and decryption.CipherSpi This class defines the Service Provider Interface (SPI) for cryptographic ciphers.ExemptionMechanism This class implements the functionality of an exemption mechanism such as key recovery, key weakening, or key escrow.ExemptionMechanismException This is the base class forExemptionMechanismException.ExemptionMechanismSpi The Service Provider Interface (SPI) definition for theExemptionMechanismclass.IllegalBlockSizeException The exception, that is thrown when the data length provided to a block cipher does not match the block size of the cipher.KeyAgreement This class provides the functionality for a key exchange protocol.KeyAgreementSpi The Service Provider Interface (SPI) definition for theKeyAgreementclass.KeyGenerator This class provides the public API for generating symmetric cryptographic keys.KeyGeneratorSpi The Service Provider Interface (SPI) definition for theKeyGeneratorclass.Mac This class provides the public API for Message Authentication Code (MAC) algorithms.MacSpi The Service-Provider Interface (SPI) definition for theMacclass.NoSuchPaddingException The exception that is thrown when the requested padding mechanism is not supported.SealedObject ASealedObjectis a wrapper around aserializableobject instance and encrypts it using a cryptographic cipher.SecretKey A cryptographic secret (symmetric) key.SecretKeyFactory The public API forSecretKeyFactoryimplementations.SecretKeyFactorySpi The Service Provider Interface (SPI) definition for theSecretKeyFactoryclass.ShortBufferException The exception that is thrown when the result of an operation is attempted to store in a user provided buffer that is too small. -
Classes in javax.crypto used by javax.crypto.interfaces Class Description SecretKey A cryptographic secret (symmetric) key. -
Classes in javax.crypto used by javax.crypto.spec Class Description SecretKey A cryptographic secret (symmetric) key. -
Classes in javax.crypto used by org.apache.harmony.crypto.internal Class Description BadPaddingException The exception that is thrown when a padding mechanism is expected for the input data, but the input data does not have the proper padding bytes.CipherSpi This class defines the Service Provider Interface (SPI) for cryptographic ciphers.IllegalBlockSizeException The exception, that is thrown when the data length provided to a block cipher does not match the block size of the cipher.NoSuchPaddingException The exception that is thrown when the requested padding mechanism is not supported.ShortBufferException The exception that is thrown when the result of an operation is attempted to store in a user provided buffer that is too small. -
Classes in javax.crypto used by org.bouncycastle.jcajce Class Description Cipher This class provides access to implementations of cryptographic ciphers for encryption and decryption.KeyAgreement This class provides the functionality for a key exchange protocol.KeyGenerator This class provides the public API for generating symmetric cryptographic keys.Mac This class provides the public API for Message Authentication Code (MAC) algorithms.NoSuchPaddingException The exception that is thrown when the requested padding mechanism is not supported.SecretKeyFactory The public API forSecretKeyFactoryimplementations. -
Classes in javax.crypto used by org.bouncycastle.jcajce.io Class Description Mac This class provides the public API for Message Authentication Code (MAC) algorithms. -
Classes in javax.crypto used by org.bouncycastle.jcajce.provider.asymmetric.dh Class Description KeyAgreementSpi The Service Provider Interface (SPI) definition for theKeyAgreementclass.SecretKey A cryptographic secret (symmetric) key.ShortBufferException The exception that is thrown when the result of an operation is attempted to store in a user provided buffer that is too small. -
Classes in javax.crypto used by org.bouncycastle.jcajce.provider.asymmetric.ec Class Description KeyAgreementSpi The Service Provider Interface (SPI) definition for theKeyAgreementclass.SecretKey A cryptographic secret (symmetric) key.ShortBufferException The exception that is thrown when the result of an operation is attempted to store in a user provided buffer that is too small. -
Classes in javax.crypto used by org.bouncycastle.jcajce.provider.asymmetric.rsa Class Description BadPaddingException The exception that is thrown when a padding mechanism is expected for the input data, but the input data does not have the proper padding bytes.CipherSpi This class defines the Service Provider Interface (SPI) for cryptographic ciphers.IllegalBlockSizeException The exception, that is thrown when the data length provided to a block cipher does not match the block size of the cipher.NoSuchPaddingException The exception that is thrown when the requested padding mechanism is not supported. -
Classes in javax.crypto used by org.bouncycastle.jcajce.provider.asymmetric.util Class Description CipherSpi This class defines the Service Provider Interface (SPI) for cryptographic ciphers.IllegalBlockSizeException The exception, that is thrown when the data length provided to a block cipher does not match the block size of the cipher.NoSuchPaddingException The exception that is thrown when the requested padding mechanism is not supported. -
Classes in javax.crypto used by org.bouncycastle.jcajce.provider.digest Class Description KeyGeneratorSpi The Service Provider Interface (SPI) definition for theKeyGeneratorclass.MacSpi The Service-Provider Interface (SPI) definition for theMacclass.SecretKey A cryptographic secret (symmetric) key.SecretKeyFactorySpi The Service Provider Interface (SPI) definition for theSecretKeyFactoryclass. -
Classes in javax.crypto used by org.bouncycastle.jcajce.provider.keystore.bc Class Description Cipher This class provides access to implementations of cryptographic ciphers for encryption and decryption. -
Classes in javax.crypto used by org.bouncycastle.jcajce.provider.symmetric Class Description CipherSpi This class defines the Service Provider Interface (SPI) for cryptographic ciphers.KeyGeneratorSpi The Service Provider Interface (SPI) definition for theKeyGeneratorclass.MacSpi The Service-Provider Interface (SPI) definition for theMacclass.SecretKey A cryptographic secret (symmetric) key.SecretKeyFactorySpi The Service Provider Interface (SPI) definition for theSecretKeyFactoryclass. -
Classes in javax.crypto used by org.bouncycastle.jcajce.provider.symmetric.util Class Description BadPaddingException The exception that is thrown when a padding mechanism is expected for the input data, but the input data does not have the proper padding bytes.CipherSpi This class defines the Service Provider Interface (SPI) for cryptographic ciphers.IllegalBlockSizeException The exception, that is thrown when the data length provided to a block cipher does not match the block size of the cipher.KeyGeneratorSpi The Service Provider Interface (SPI) definition for theKeyGeneratorclass.MacSpi The Service-Provider Interface (SPI) definition for theMacclass.NoSuchPaddingException The exception that is thrown when the requested padding mechanism is not supported.SecretKey A cryptographic secret (symmetric) key.SecretKeyFactorySpi The Service Provider Interface (SPI) definition for theSecretKeyFactoryclass.ShortBufferException The exception that is thrown when the result of an operation is attempted to store in a user provided buffer that is too small. -
Classes in javax.crypto used by org.bouncycastle.jce.provider Class Description BadPaddingException The exception that is thrown when a padding mechanism is expected for the input data, but the input data does not have the proper padding bytes.CipherSpi This class defines the Service Provider Interface (SPI) for cryptographic ciphers.IllegalBlockSizeException The exception, that is thrown when the data length provided to a block cipher does not match the block size of the cipher.NoSuchPaddingException The exception that is thrown when the requested padding mechanism is not supported.ShortBufferException The exception that is thrown when the result of an operation is attempted to store in a user provided buffer that is too small. -
Classes in javax.crypto used by org.bouncycastle.jce.spec Class Description SecretKey A cryptographic secret (symmetric) key. -
Classes in javax.crypto used by org.conscrypt Class Description BadPaddingException The exception that is thrown when a padding mechanism is expected for the input data, but the input data does not have the proper padding bytes.Cipher This class provides access to implementations of cryptographic ciphers for encryption and decryption.CipherSpi This class defines the Service Provider Interface (SPI) for cryptographic ciphers.IllegalBlockSizeException The exception, that is thrown when the data length provided to a block cipher does not match the block size of the cipher.KeyAgreementSpi The Service Provider Interface (SPI) definition for theKeyAgreementclass.MacSpi The Service-Provider Interface (SPI) definition for theMacclass.NoSuchPaddingException The exception that is thrown when the requested padding mechanism is not supported.SecretKey A cryptographic secret (symmetric) key.ShortBufferException The exception that is thrown when the result of an operation is attempted to store in a user provided buffer that is too small.