Table of Contents

Class BcTlsEd25519Signer

Namespace
Org.BouncyCastle.Tls.Crypto.Impl.BC
Assembly
BouncyCastle.Cryptography.dll
public class BcTlsEd25519Signer : BcTlsSigner, TlsSigner
Inheritance
BcTlsEd25519Signer
Implements
Inherited Members

Constructors

BcTlsEd25519Signer(BcTlsCrypto, Ed25519PrivateKeyParameters)

public BcTlsEd25519Signer(BcTlsCrypto crypto, Ed25519PrivateKeyParameters privateKey)

Parameters

crypto BcTlsCrypto
privateKey Ed25519PrivateKeyParameters

Methods

GetStreamSigner(SignatureAndHashAlgorithm)

public override TlsStreamSigner GetStreamSigner(SignatureAndHashAlgorithm algorithm)

Parameters

algorithm SignatureAndHashAlgorithm

Returns

TlsStreamSigner

Exceptions

IOException