Flow.Net
Show / Hide Table of Contents

Class Signer

Inheritance
Object
Signer
Implements
ISigner
Namespace: Flow.Net.Sdk.Core.Crypto.Ecdsa
Assembly: Flow.Net.Sdk.Core.dll
Syntax
public class Signer : ISigner

Constructors

| Improve this Doc View Source

Signer(ECPrivateKeyParameters, HashAlgo, SignatureAlgo)

Declaration
public Signer(ECPrivateKeyParameters privateKey, HashAlgo hashAlgorithm, SignatureAlgo signatureAlgo)
Parameters
Type Name Description
Org.BouncyCastle.Crypto.Parameters.ECPrivateKeyParameters privateKey
HashAlgo hashAlgorithm
SignatureAlgo signatureAlgo
| Improve this Doc View Source

Signer(String, HashAlgo, SignatureAlgo)

Declaration
public Signer(string privateKey, HashAlgo hashAlgorithm, SignatureAlgo signatureAlgo)
Parameters
Type Name Description
String privateKey
HashAlgo hashAlgorithm
SignatureAlgo signatureAlgo

Methods

| Improve this Doc View Source

Sign(Byte[])

Declaration
public byte[] Sign(byte[] bytes)
Parameters
Type Name Description
Byte[] bytes
Returns
Type Description
Byte[]

Implements

ISigner
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX