public sealed class X25519PublicKeyParameters : AsymmetricKeyParameter
Public NotInheritable Class X25519PublicKeyParameters
Inherits AsymmetricKeyParameter
public ref class X25519PublicKeyParameters sealed : public AsymmetricKeyParameter
Org.BouncyCastle.Crypto.Parameters.X25519PublicKeyParameters = function();
Type.createClass(
'Org.BouncyCastle.Crypto.Parameters.X25519PublicKeyParameters',
Org.BouncyCastle.Crypto.AsymmetricKeyParameter);
X25519PublicKeyParameters(Byte) | Initializes a new instance of the X25519PublicKeyParameters class |
X25519PublicKeyParameters(ReadOnlySpanByte) | Initializes a new instance of the X25519PublicKeyParameters class |
X25519PublicKeyParameters(Stream) | Initializes a new instance of the X25519PublicKeyParameters class |
X25519PublicKeyParameters(Byte, Int32) | Initializes a new instance of the X25519PublicKeyParameters 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) |