Java org.bouncycastle.crypto.signers GenericSigner fields, constructors, methods, implement or subclass

Example usage for Java org.bouncycastle.crypto.signers GenericSigner fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.bouncycastle.crypto.signers GenericSigner.

The text is from its open source code.

Constructor

Method

voidinit(boolean forSigning, CipherParameters parameters)
initialise the signer for signing or verification.
voidupdate(byte[] input, int inOff, int length)
update the internal digest with the byte array in
booleanverifySignature(byte[] signature)
return true if the internal state represents the signature described in the passed in array.