Ed448PrivateKeyParameters Class

Definition

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

Constructors

Ed448PrivateKeyParameters(Byte)Initializes a new instance of the Ed448PrivateKeyParameters class
Ed448PrivateKeyParameters(ReadOnlySpanByte)Initializes a new instance of the Ed448PrivateKeyParameters class
Ed448PrivateKeyParameters(SecureRandom)Initializes a new instance of the Ed448PrivateKeyParameters class
Ed448PrivateKeyParameters(Stream)Initializes a new instance of the Ed448PrivateKeyParameters class
Ed448PrivateKeyParameters(Byte, Int32)Initializes a new instance of the Ed448PrivateKeyParameters 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