We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee74abb commit 87642e9Copy full SHA for 87642e9
Yubico.YubiKey/src/Yubico/YubiKey/Cryptography/RSAPrivateKey.cs
@@ -22,7 +22,7 @@ namespace Yubico.YubiKey.Cryptography;
22
/// </summary>
23
/// <remarks>
24
/// This class encapsulates the parameters specific to RSA private keys
25
-/// and provides factory methods for creating instances from EC parameters
+/// and provides factory methods for creating instances from RSA parameters
26
/// or DER-encoded data.
27
/// </remarks>
28
public sealed class RSAPrivateKey : PrivateKey
0 commit comments