Java org.bouncycastle.jcajce.io CipherOutputStream fields, constructors, methods, implement or subclass

Example usage for Java org.bouncycastle.jcajce.io CipherOutputStream fields, constructors, methods, implement or subclass

Introduction

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

The text is from its open source code.

Constructor

CipherOutputStream(OutputStream output, Cipher cipher)
Constructs a CipherOutputStream from an OutputStream and a Cipher.

Method

voidflush()
Flushes this output stream by forcing any buffered output bytes that have already been processed by the encapsulated cipher object to be written out.
voidwrite(int b)
Writes the specified byte to this output stream.