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

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

Introduction

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

The text is from its open source code.

Constructor

Method

byte[]generateSignature()
Generate a signature for the message we've been loaded with using the key we were initialised with.
voidinit(boolean forSigning, CipherParameters parameters)
Initialize 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.