Class | Description |
---|---|
CipherFactory |
Factory to instantiate fresh
Cipher s for a given algorithm and key. |
CryptoKeyFactory |
Factory methods for security
Key s. |
CryptoSinkWriter<T> |
An encryption filter that wraps an underlying
SinkWriter w
to encrypt whatever w writes to the sink OutputStream . |
CryptoSourceReader<T> |
An encryption filter that wraps an underlying
SourceReader r
to decrypt whatever r reads from the source InputStream . |
Enum | Description |
---|---|
CryptoAlgoSpec |
Enumerates the JCA algorithms we use.
|