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

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

Introduction

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

The text is from its open source code.

Constructor

ArmoredInputStream(InputStream in)
Create a stream for reading a PGP armoured message, parsing up to a header and then reading the data that follows.
ArmoredInputStream(InputStream in, boolean hasHeaders)
Create an armoured input stream which will assume the data starts straight away, or parse for headers first depending on the value of hasHeaders.

Method

intavailable()
voidclose()
StringgetArmorHeaderLine()
Return the armor header line (if there is one)
String[]getArmorHeaders()
Return the armor headers (the lines after the armor header line),
booleanisClearText()
intread()