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

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

Introduction

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

The text is from its open source code.

Method

longgetKeyID()
voidinit(PGPContentVerifierBuilderProvider verifierBuilderProvider, PGPPublicKey pubKey)
Initialise the signature object for verification.
voidupdate(byte b)
voidupdate(byte[] bytes)
voidupdate(byte[] bytes, int off, int length)
booleanverify(PGPSignature pgpSig)
Verify the calculated signature against the passed in PGPSignature.