Java org.bouncycastle.openpgp PGPUtil fields, constructors, methods, implement or subclass

Example usage for Java org.bouncycastle.openpgp PGPUtil fields, constructors, methods, implement or subclass

Introduction

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

The text is from its open source code.

Method

InputStreamgetDecoderStream(InputStream in)
Obtains a stream that can be used to read PGP data from the provided stream.
StringgetSignatureName(int keyAlgorithm, int hashAlgorithm)
Return an appropriate name for the signature algorithm represented by the passed in public key and hash algorithm ID numbers.
voidsetDefaultProvider(String provider)
Set the provider to be used by the package when it is necessary to find one on the fly.
voidwriteFileToLiteralData(OutputStream out, char fileType, File file)
Write out the contents of the provided file as a literal data packet.