Java org.bouncycastle.operator ContentVerifier fields, constructors, methods, implement or subclass

Example usage for Java org.bouncycastle.operator ContentVerifier fields, constructors, methods, implement or subclass

Introduction

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

The text is from its open source code.

Constructor

Method

OutputStreamgetOutputStream()
Returns a stream that will accept data for the purpose of calculating a signature for later verification.
booleanverify(byte[] expected)
Return true if the expected value of the signature matches the data passed into the stream.