public sealed class X448PublicKeyParameters : AsymmetricKeyParameter
Public NotInheritable Class X448PublicKeyParameters
Inherits AsymmetricKeyParameter
public ref class X448PublicKeyParameters sealed : public AsymmetricKeyParameter
Org.BouncyCastle.Crypto.Parameters.X448PublicKeyParameters = function();
Type.createClass(
'Org.BouncyCastle.Crypto.Parameters.X448PublicKeyParameters',
Org.BouncyCastle.Crypto.AsymmetricKeyParameter);
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 |
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) |