3 references to RSAOpenSsl
System.Security.Cryptography (3)
System\Security\Cryptography\RSA.Create.OpenSsl.cs (1)
10
return new RSAWrapper(new
RSAOpenSsl
());
System\Security\Cryptography\X509Certificates\OpenSslX509Encoder.cs (1)
158
var rsa = new
RSAOpenSsl
();
System\Security\Cryptography\X509Certificates\X509CertificateLoader.OpenSsl.cs (1)
68
return new AsymmetricAlgorithmPkcs12PrivateKey(pkcs8, static () => new
RSAOpenSsl
());