Class Signer
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
Methods
|
Improve this Doc
View Source
Sign(Byte[])
Declaration
public byte[] Sign(byte[] bytes)
Parameters
| Type |
Name |
Description |
| Byte[] |
bytes |
|
Returns
Implements