public sealed class X25519PrivateKeyParameters : AsymmetricKeyParameter
Public NotInheritable Class X25519PrivateKeyParameters
Inherits AsymmetricKeyParameter
public ref class X25519PrivateKeyParameters sealed : public AsymmetricKeyParameter
Org.BouncyCastle.Crypto.Parameters.X25519PrivateKeyParameters = function();
Type.createClass(
'Org.BouncyCastle.Crypto.Parameters.X25519PrivateKeyParameters',
Org.BouncyCastle.Crypto.AsymmetricKeyParameter);
X25519PrivateKeyParameters(Byte) | Initializes a new instance of the X25519PrivateKeyParameters class |
X25519PrivateKeyParameters(ReadOnlySpanByte) | Initializes a new instance of the X25519PrivateKeyParameters class |
X25519PrivateKeyParameters(SecureRandom) | Initializes a new instance of the X25519PrivateKeyParameters class |
X25519PrivateKeyParameters(Stream) | Initializes a new instance of the X25519PrivateKeyParameters class |
X25519PrivateKeyParameters(Byte, Int32) | Initializes a new instance of the X25519PrivateKeyParameters class |
IsPrivate | (Inherited from AsymmetricKeyParameter) |
Encode(SpanByte) | |
Encode(Byte, Int32) | |
Equals(Object) | (Inherited from AsymmetricKeyParameter) |
GeneratePublicKey | |
GenerateSecret(X25519PublicKeyParameters, SpanByte) | |
GenerateSecret(X25519PublicKeyParameters, Byte, Int32) | |
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) |