Ed25519PublicKeyParameters Class

Definition

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

Constructors

Ed25519PublicKeyParameters(Byte)Initializes a new instance of the Ed25519PublicKeyParameters class
Ed25519PublicKeyParameters(Ed25519PublicPoint)Initializes a new instance of the Ed25519PublicKeyParameters class
Ed25519PublicKeyParameters(ReadOnlySpanByte)Initializes a new instance of the Ed25519PublicKeyParameters class
Ed25519PublicKeyParameters(Stream)Initializes a new instance of the Ed25519PublicKeyParameters class
Ed25519PublicKeyParameters(Byte, Int32)Initializes a new instance of the Ed25519PublicKeyParameters class

Properties

Methods

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

Fields

See Also