Edit

Share via


MLDsa Class

Definition

public ref class MLDsa abstract : IDisposable
[System.Diagnostics.CodeAnalysis.Experimental("SYSLIB5006")]
public abstract class MLDsa : IDisposable
[<System.Diagnostics.CodeAnalysis.Experimental("SYSLIB5006")>]
type MLDsa = class
    interface IDisposable
Public MustInherit Class MLDsa
Implements IDisposable
Inheritance
MLDsa
Derived
Attributes
Implements

Constructors

MLDsa(MLDsaAlgorithm)

Properties

Algorithm
IsSupported

Methods

Dispose()
Dispose(Boolean)
Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
ExportEncryptedPkcs8PrivateKey(ReadOnlySpan<Byte>, PbeParameters)
ExportEncryptedPkcs8PrivateKey(ReadOnlySpan<Char>, PbeParameters)
ExportEncryptedPkcs8PrivateKeyPem(ReadOnlySpan<Byte>, PbeParameters)
ExportEncryptedPkcs8PrivateKeyPem(ReadOnlySpan<Char>, PbeParameters)
ExportMLDsaPrivateSeed(Span<Byte>)
ExportMLDsaPrivateSeedCore(Span<Byte>)
ExportMLDsaPublicKey(Span<Byte>)
ExportMLDsaPublicKeyCore(Span<Byte>)
ExportMLDsaSecretKey(Span<Byte>)
ExportMLDsaSecretKeyCore(Span<Byte>)
ExportPkcs8PrivateKey()
ExportPkcs8PrivateKeyPem()
ExportSubjectPublicKeyInfo()
ExportSubjectPublicKeyInfoPem()
GenerateKey(MLDsaAlgorithm)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
ImportEncryptedPkcs8PrivateKey(ReadOnlySpan<Byte>, ReadOnlySpan<Byte>)
ImportEncryptedPkcs8PrivateKey(ReadOnlySpan<Char>, ReadOnlySpan<Byte>)
ImportFromEncryptedPem(ReadOnlySpan<Char>, ReadOnlySpan<Byte>)
ImportFromEncryptedPem(ReadOnlySpan<Char>, ReadOnlySpan<Char>)
ImportFromPem(ReadOnlySpan<Char>)
ImportMLDsaPrivateSeed(MLDsaAlgorithm, ReadOnlySpan<Byte>)
ImportMLDsaPublicKey(MLDsaAlgorithm, ReadOnlySpan<Byte>)
ImportMLDsaSecretKey(MLDsaAlgorithm, ReadOnlySpan<Byte>)
ImportPkcs8PrivateKey(ReadOnlySpan<Byte>)
ImportSubjectPublicKeyInfo(ReadOnlySpan<Byte>)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
SignData(ReadOnlySpan<Byte>, Span<Byte>, ReadOnlySpan<Byte>)
SignDataCore(ReadOnlySpan<Byte>, ReadOnlySpan<Byte>, Span<Byte>)
ThrowIfDisposed()
ToString()

Returns a string that represents the current object.

(Inherited from Object)
TryExportEncryptedPkcs8PrivateKey(ReadOnlySpan<Byte>, PbeParameters, Span<Byte>, Int32)
TryExportEncryptedPkcs8PrivateKey(ReadOnlySpan<Char>, PbeParameters, Span<Byte>, Int32)
TryExportPkcs8PrivateKey(Span<Byte>, Int32)
TryExportSubjectPublicKeyInfo(Span<Byte>, Int32)
VerifyData(ReadOnlySpan<Byte>, ReadOnlySpan<Byte>, ReadOnlySpan<Byte>)
VerifyDataCore(ReadOnlySpan<Byte>, ReadOnlySpan<Byte>, ReadOnlySpan<Byte>)

Applies to