Edit

Share via


MLKem Class

Definition

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

Constructors

MLKem(MLKemAlgorithm)

Properties

Algorithm
IsSupported

Methods

Decapsulate(Byte[])
Decapsulate(ReadOnlySpan<Byte>, Span<Byte>)
DecapsulateCore(ReadOnlySpan<Byte>, Span<Byte>)
Dispose()
Dispose(Boolean)
Encapsulate(Byte[], Byte[])
Encapsulate(Span<Byte>, Span<Byte>)
EncapsulateCore(Span<Byte>, Span<Byte>)
Equals(Object)

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

(Inherited from Object)
ExportDecapsulationKey()
ExportDecapsulationKey(Span<Byte>)
ExportDecapsulationKeyCore(Span<Byte>)
ExportEncapsulationKey()
ExportEncapsulationKey(Span<Byte>)
ExportEncapsulationKeyCore(Span<Byte>)
ExportEncryptedPkcs8PrivateKey(ReadOnlySpan<Byte>, PbeParameters)
ExportEncryptedPkcs8PrivateKey(ReadOnlySpan<Char>, PbeParameters)
ExportEncryptedPkcs8PrivateKey(String, PbeParameters)
ExportEncryptedPkcs8PrivateKeyPem(ReadOnlySpan<Byte>, PbeParameters)
ExportEncryptedPkcs8PrivateKeyPem(ReadOnlySpan<Char>, PbeParameters)
ExportEncryptedPkcs8PrivateKeyPem(String, PbeParameters)
ExportPkcs8PrivateKey()
ExportPkcs8PrivateKeyPem()
ExportPrivateSeed()
ExportPrivateSeed(Span<Byte>)
ExportPrivateSeedCore(Span<Byte>)
ExportSubjectPublicKeyInfo()
ExportSubjectPublicKeyInfoPem()
GenerateKey(MLKemAlgorithm)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
ImportDecapsulationKey(MLKemAlgorithm, Byte[])
ImportDecapsulationKey(MLKemAlgorithm, ReadOnlySpan<Byte>)
ImportEncapsulationKey(MLKemAlgorithm, Byte[])
ImportEncapsulationKey(MLKemAlgorithm, ReadOnlySpan<Byte>)
ImportEncryptedPkcs8PrivateKey(ReadOnlySpan<Byte>, ReadOnlySpan<Byte>)
ImportEncryptedPkcs8PrivateKey(ReadOnlySpan<Char>, ReadOnlySpan<Byte>)
ImportEncryptedPkcs8PrivateKey(String, ReadOnlySpan<Byte>)
ImportFromEncryptedPem(ReadOnlySpan<Char>, ReadOnlySpan<Byte>)
ImportFromEncryptedPem(ReadOnlySpan<Char>, ReadOnlySpan<Char>)
ImportFromEncryptedPem(String, Byte[])
ImportFromEncryptedPem(String, String)
ImportFromPem(ReadOnlySpan<Char>)
ImportFromPem(String)
ImportPkcs8PrivateKey(Byte[])
ImportPkcs8PrivateKey(ReadOnlySpan<Byte>)
ImportPrivateSeed(MLKemAlgorithm, Byte[])
ImportPrivateSeed(MLKemAlgorithm, ReadOnlySpan<Byte>)
ImportSubjectPublicKeyInfo(Byte[])
ImportSubjectPublicKeyInfo(ReadOnlySpan<Byte>)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
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)
TryExportEncryptedPkcs8PrivateKey(String, PbeParameters, Span<Byte>, Int32)
TryExportPkcs8PrivateKey(Span<Byte>, Int32)
TryExportPkcs8PrivateKeyCore(Span<Byte>, Int32)
TryExportSubjectPublicKeyInfo(Span<Byte>, Int32)

Applies to