Package | Description |
---|---|
org.bouncycastle.crypto.io | |
org.bouncycastle.crypto.util |
Class and Description |
---|
CipherIOException
IOException wrapper around an exception indicating a problem with the use of a cipher. |
Class and Description |
---|
CipherOutputStream
A CipherOutputStream is composed of an OutputStream and a cipher so that write() methods process
the written data with the cipher, and the output of the cipher is in turn written to the
underlying OutputStream.
|
Copyright © 2021 BouncyCastle.org. All rights reserved.