public sealed class Ed25519PublicKeyParameters : AsymmetricKeyParameter
Public NotInheritable Class Ed25519PublicKeyParameters
Inherits AsymmetricKeyParameter
public ref class Ed25519PublicKeyParameters sealed : public AsymmetricKeyParameter
Org.BouncyCastle.Crypto.Parameters.Ed25519PublicKeyParameters = function();
Type.createClass(
'Org.BouncyCastle.Crypto.Parameters.Ed25519PublicKeyParameters',
Org.BouncyCastle.Crypto.AsymmetricKeyParameter);
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 |
IsPrivate | (Inherited from AsymmetricKeyParameter) |
Encode(SpanByte) | |
Encode(Byte, Int32) | |
Equals(Object) | (Inherited from AsymmetricKeyParameter) |
GetEncoded | |
GetHashCode | (Inherited from AsymmetricKeyParameter) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
ToString | Returns a string that represents the current object. (Inherited from Object) |
Verify |