Package javax.crypto

Interface Summary
SecretKey Global empty interface for secret keys.
 

Class Summary
Cipher Engine class for algorithm independent Cipher object creation.
CipherInputStream Class for en/decrypting data read from an input stream.
CipherOutputStream Class for en/decrypting data to be written to an output stream.
CipherSpi Service Provider Interface (SPI) for the Cipher class.
ExemptionMechanism ExemptionMechanism class from JCE 1.2.1.
ExemptionMechanismSpi ExemptionMechanismSpi class from JCE 1.2.1.
IaikSecurity This class handles Security providers, algorithm names, aliases, and so on.
KeyAgreement Engine class for algorithm independent Key Agreement.
KeyAgreementSpi Service Provider Interface (SPI) for the KeyAgreement class.
KeyGenerator Engine class for creating secret keys in algorithm independent manner.
KeyGeneratorSpi Service Provider Interface (SPI) for the KeyGenerator class.
Mac Engine class for algorithm independent MAC object creation.
MacSpi Service Provider Interface (SPI) for the MAC class.
NullCipher Cipher that does not process the data.
SealedObject Class for cryptographic "sealing" a serialized object.
SecretKeyFactory Key factory for secret keys.
SecretKeyFactorySpi Service Provider Interface (SPI) for the SecretKeyFactory class.
 

Exception Summary
BadPaddingException Exception for any kind of padding scheme violation.
ExemptionMechanismException ExemptionMechanismException class from JCE 1.2.1.
IllegalBlockSizeException Exception for any kind of block size violation.
NoSuchPaddingException Exception for not supported padding scheme access.
ShortBufferException Exception for buffers of too small size.
 


This Javadoc may contain text parts from Internet Standard specifications (RFC 2459, 3280, 3039, 2560, 1521, 821, 822, 2253, 1319, 1321, ,2630, 2631, 2268, 3058, 2984, 2104, 2144, 2040, 2311, 2279, see copyright note) and RSA Data Security Public-Key Cryptography Standards (PKCS#1,3,5,7,8,9,10,12, see copyright note).

IAIK-JCE 3.1 with IAIK-JCE CC Core 3.1, (c) 1997-2004 IAIK