Java org.bouncycastle.bcpg ArmoredOutputStream fields, constructors, methods, implement or subclass

Example usage for Java org.bouncycastle.bcpg ArmoredOutputStream fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.bouncycastle.bcpg ArmoredOutputStream.

The text is from its open source code.

Constructor

ArmoredOutputStream(OutputStream out)
Constructs an armored output stream with #resetHeaders() default headers .

Method

voidbeginClearText(int hashAlgorithm)
Start a clear text signed message.
voidclose()
Note: close() does not close the underlying stream.
voidendClearText()
voidflush()
voidsetHeader(String name, String value)
Set an additional header entry.
voidwrite(int b)