Ed448PublicKeyParameters Class

Definition

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

Constructors

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