X448PublicKeyParameters Class

Definition

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

Constructors

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

Fields

See Also