28 references to KeyFormatHelper
System.Security.Cryptography (28)
src\libraries\Common\src\System\Security\Cryptography\DSAKeyFormatHelper.cs (5)
167KeyFormatHelper.ReadSubjectPublicKeyInfo<DSAParameters>( 179return KeyFormatHelper.ReadSubjectPublicKeyInfo( 190KeyFormatHelper.ReadPkcs8<DSAParameters>( 204KeyFormatHelper.ReadEncryptedPkcs8<DSAParameters>( 219KeyFormatHelper.ReadEncryptedPkcs8<DSAParameters>(
src\libraries\Common\src\System\Security\Cryptography\EccKeyFormatHelper.cs (5)
30KeyFormatHelper.ReadSubjectPublicKeyInfo<ECParameters>( 42return KeyFormatHelper.ReadSubjectPublicKeyInfo( 54KeyFormatHelper.ReadEncryptedPkcs8<ECParameters>( 69KeyFormatHelper.ReadEncryptedPkcs8<ECParameters>( 507return KeyFormatHelper.WritePkcs8(algorithmIdentifier, ecPrivateKey, attributeWriter);
src\libraries\Common\src\System\Security\Cryptography\RSAKeyFormatHelper.cs (4)
97KeyFormatHelper.ReadSubjectPublicKeyInfo<RSAParameters>( 109return KeyFormatHelper.ReadSubjectPublicKeyInfo( 139KeyFormatHelper.ReadPkcs8<RSAParameters>( 151return KeyFormatHelper.ReadPkcs8(
src\libraries\Common\src\System\Security\Cryptography\RSAKeyFormatHelper.Encrypted.cs (2)
14KeyFormatHelper.ReadEncryptedPkcs8<RSAParameters>( 29KeyFormatHelper.ReadEncryptedPkcs8<RSAParameters>(
src\libraries\Common\src\System\Security\Cryptography\X509Certificates\X509CertificateLoader.Pkcs12.cs (2)
798decrypted = KeyFormatHelper.DecryptPkcs8( 826decrypted = KeyFormatHelper.DecryptPkcs8(
System\Security\Cryptography\DSA.cs (2)
936AsnWriter writer = KeyFormatHelper.WriteEncryptedPkcs8( 958AsnWriter writer = KeyFormatHelper.WriteEncryptedPkcs8(
System\Security\Cryptography\ECAlgorithm.cs (6)
149AsnWriter writer = KeyFormatHelper.WriteEncryptedPkcs8( 221AsnWriter writer = KeyFormatHelper.WriteEncryptedPkcs8( 365KeyFormatHelper.ReadEncryptedPkcs8<ECParameters>( 439KeyFormatHelper.ReadEncryptedPkcs8<ECParameters>( 499KeyFormatHelper.ReadPkcs8<ECParameters>( 558KeyFormatHelper.ReadSubjectPublicKeyInfo<ECParameters>(
System\Security\Cryptography\RSA.cs (2)
816AsnWriter writer = KeyFormatHelper.WriteEncryptedPkcs8( 839AsnWriter writer = KeyFormatHelper.WriteEncryptedPkcs8(