| Class | Description |
|---|---|
| CipherFactory |
Factory to instantiate fresh
Ciphers for a given algorithm and key. |
| CryptoKeyFactory |
Factory methods for security
Keys. |
| 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.
|