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

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

Introduction

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

The text is from its open source code.

Implementation

org.bouncycastle.operator.ContentSigner has the following implementations.
Click this link to see all its implementation.

Constructor

Method

AlgorithmIdentifiergetAlgorithmIdentifier()
Return the algorithm identifier describing the signature algorithm and parameters this signer generates.
OutputStreamgetOutputStream()
Returns a stream that will accept data for the purpose of calculating a signature.
byte[]getSignature()
Returns a signature based on the current data written to the stream, since the start or the last call to getSignature().