C# Class dlech.SshAgentLib.Crypto.Ed25519PrivateKeyParameter

Glue to make Chaos.NaCl work with BouncyCastle
Inheritance: Org.BouncyCastle.Crypto.AsymmetricKeyParameter
Mostrar archivo Open project: dlech/SshAgentLib Class Usage Examples

Public Methods

Method Description
Ed25519PrivateKeyParameter ( byte key ) : System

Method Details

Ed25519PrivateKeyParameter() public method

public Ed25519PrivateKeyParameter ( byte key ) : System
key byte
return System