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