javax.crypto

Package javax.crypto

Provides the classes and interfaces for cryptographic operations.

See: Description

Interface Summary
Interface Description
SecretKey

A secret (symmetric) key.

Class Summary
Class Description
Cipher

This class provides the functionality of a cryptographic cipher for encryption and decryption.

CipherInputStream

A CipherInputStream is composed of an InputStream and a Cipher so that read() methods return data that are read in from the underlying InputStream but have been additiona