3 instantiations of SlhDsaImplementation
System.Security.Cryptography (3)
System\Security\Cryptography\SlhDsaImplementation.OpenSsl.cs (3)
57
return new
SlhDsaImplementation
(algorithm, key);
76
return new
SlhDsaImplementation
(algorithm, key);
86
return new
SlhDsaImplementation
(algorithm, key);
6 references to SlhDsaImplementation
System.Security.Cryptography (6)
src\libraries\Common\src\System\Security\Cryptography\SlhDsa.cs (6)
71
public static bool IsSupported { get; } =
SlhDsaImplementation
.SupportsAny();
691
return
SlhDsaImplementation
.GenerateKeyCore(algorithm);
738
return
SlhDsaImplementation
.ImportPublicKey(algorithm, spki.SubjectPublicKey.Span);
788
return
SlhDsaImplementation
.ImportPkcs8PrivateKeyValue(info, pki.PrivateKey.Span);
1007
return
SlhDsaImplementation
.ImportPublicKey(algorithm, source);
1046
return
SlhDsaImplementation
.ImportSecretKey(algorithm, source);