public sealed class Ed448PrivateKeyParameters : AsymmetricKeyParameter
Public NotInheritable Class Ed448PrivateKeyParameters
Inherits AsymmetricKeyParameter
public ref class Ed448PrivateKeyParameters sealed : public AsymmetricKeyParameter
Org.BouncyCastle.Crypto.Parameters.Ed448PrivateKeyParameters = function();
Type.createClass(
'Org.BouncyCastle.Crypto.Parameters.Ed448PrivateKeyParameters',
Org.BouncyCastle.Crypto.AsymmetricKeyParameter);
Ed448PrivateKeyParameters(Byte) | Initializes a new instance of the Ed448PrivateKeyParameters class |
Ed448PrivateKeyParameters(ReadOnlySpanByte) | Initializes a new instance of the Ed448PrivateKeyParameters class |
Ed448PrivateKeyParameters(SecureRandom) | Initializes a new instance of the Ed448PrivateKeyParameters class |
Ed448PrivateKeyParameters(Stream) | Initializes a new instance of the Ed448PrivateKeyParameters class |
Ed448PrivateKeyParameters(Byte, Int32) | Initializes a new instance of the Ed448PrivateKeyParameters class |
IsPrivate | (Inherited from AsymmetricKeyParameter) |
Encode(SpanByte) | |
Encode(Byte, Int32) | |
Equals(Object) | (Inherited from AsymmetricKeyParameter) |
GeneratePublicKey | |
GetEncoded | |
GetHashCode | (Inherited from AsymmetricKeyParameter) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
Sign | |
ToString | Returns a string that represents the current object. (Inherited from Object) |