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

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

Introduction

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

The text is from its open source code.

Method

PGPSignaturegenerate()
Return a V3 signature object containing the current signature state.
PGPOnePassSignaturegenerateOnePassVersion(boolean isNested)
Return the one pass header associated with the current signature.
voidinitSign(int signatureType, PGPPrivateKey key)
Initialise the generator for signing.
voidupdate(byte b)
voidupdate(byte[] b)