SATSA - JSR177

Uses of Package
javax.crypto

Packages that use javax.crypto
javax.crypto Provides the classes and interfaces for cryptographic operations. 
 

Classes in javax.crypto used by javax.crypto
BadPaddingException
          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.
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.
 


SATSA - JSR177

Submit a comment or suggestion Version 1.0 of SATSA Specification
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries. Copyright 1993-2004 Sun Microsystems, Inc. 901 San Antonio Road,Palo Alto, California, 94303, U.S.A. All Rights Reserved.