Java org.bouncycastle.crypto.io CipherInputStream fields, constructors, methods, implement or subclass

Example usage for Java org.bouncycastle.crypto.io CipherInputStream fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.bouncycastle.crypto.io CipherInputStream.

The text is from its open source code.

Constructor

CipherInputStream(InputStream is, BufferedBlockCipher cipher)
Constructs a CipherInputStream from an InputStream and a BufferedBlockCipher.
CipherInputStream(InputStream is, StreamCipher cipher)
Constructs a CipherInputStream from an InputStream and a StreamCipher.
CipherInputStream(InputStream is, AEADBlockCipher cipher)
Constructs a CipherInputStream from an InputStream and an AEADBlockCipher.