Add PEM PKCS#8 and SPKI exports for AsymmetricAlgorithm
authorKevin Jones <kevin@vcsjones.com>
Thu, 11 Nov 2021 21:42:40 +0000 (16:42 -0500)
committerGitHub <noreply@github.com>
Thu, 11 Nov 2021 21:42:40 +0000 (13:42 -0800)
commit20997528d84805565217ba8a85133af507144065
tree132c6a9a14b3a26fd001ca234b6fcbbbe06f3a18
parent8684c21765ee666f70085c0012d89dc92bd1fdab
Add PEM PKCS#8 and SPKI exports for AsymmetricAlgorithm
src/libraries/Common/src/Internal/Cryptography/PemKeyHelpers.cs [moved from src/libraries/Common/src/Internal/Cryptography/PemKeyImportHelpers.cs with 65% similarity]
src/libraries/System.Security.Cryptography.Algorithms/src/System.Security.Cryptography.Algorithms.csproj
src/libraries/System.Security.Cryptography.Algorithms/src/System/Security/Cryptography/ECDiffieHellman.cs
src/libraries/System.Security.Cryptography.Algorithms/src/System/Security/Cryptography/ECDsa.cs
src/libraries/System.Security.Cryptography.Algorithms/src/System/Security/Cryptography/RSA.cs
src/libraries/System.Security.Cryptography/ref/System.Security.Cryptography.cs
src/libraries/System.Security.Cryptography/src/System.Security.Cryptography.csproj
src/libraries/System.Security.Cryptography/src/System/Security/Cryptography/AsymmetricAlgorithm.cs
src/libraries/System.Security.Cryptography/tests/AsymmetricAlgorithmTests.cs