Table of Contents

Class BcTlsEd448Signer

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

Constructors

BcTlsEd448Signer(BcTlsCrypto, Ed448PrivateKeyParameters)

public BcTlsEd448Signer(BcTlsCrypto crypto, Ed448PrivateKeyParameters privateKey)

Parameters

crypto BcTlsCrypto
privateKey Ed448PrivateKeyParameters

Methods

GetStreamSigner(SignatureAndHashAlgorithm)

public override TlsStreamSigner GetStreamSigner(SignatureAndHashAlgorithm algorithm)

Parameters

algorithm SignatureAndHashAlgorithm

Returns

TlsStreamSigner

Exceptions

IOException