Ed25519PrivateKeyParameters Class

Definition

Namespace: Org.BouncyCastle.Crypto.Parameters
Assembly: BouncyCastle.Cryptography (in BouncyCastle.Cryptography.dll) Version: 2.3.0-beta.187+d6da5648ae
public sealed class Ed25519PrivateKeyParameters : AsymmetricKeyParameter
Inheritance
Object    AsymmetricKeyParameter    Ed25519PrivateKeyParameters

Constructors

Ed25519PrivateKeyParameters(Byte)Initializes a new instance of the Ed25519PrivateKeyParameters class
Ed25519PrivateKeyParameters(ReadOnlySpanByte)Initializes a new instance of the Ed25519PrivateKeyParameters class
Ed25519PrivateKeyParameters(SecureRandom)Initializes a new instance of the Ed25519PrivateKeyParameters class
Ed25519PrivateKeyParameters(Stream)Initializes a new instance of the Ed25519PrivateKeyParameters class
Ed25519PrivateKeyParameters(Byte, Int32)Initializes a new instance of the Ed25519PrivateKeyParameters class

Properties

Methods

Encode(SpanByte) 
Encode(Byte, Int32) 
Equals(Object)
(Inherited from AsymmetricKeyParameter)
GeneratePublicKey 
GetEncoded 
GetHashCode
(Inherited from AsymmetricKeyParameter)
GetTypeGets the Type of the current instance.
(Inherited from Object)
Sign 
ToStringReturns a string that represents the current object.
(Inherited from Object)

Fields

See Also