Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ ReadEncryptedPkcs8() [2/2]

static void System.Security.Cryptography.DSAKeyFormatHelper.ReadEncryptedPkcs8 ( ReadOnlySpan< byte > source,
ReadOnlySpan< char > password,
out int bytesRead,
out DSAParameters key )
inlinestaticpackage

Definition at line 83 of file DSAKeyFormatHelper.cs.

84 {
85 KeyFormatHelper.ReadEncryptedPkcs8(s_validOids, source, password, (KeyFormatHelper.KeyReader<DSAParameters>)ReadDsaPrivateKey, out bytesRead, out key);
86 }
static void ReadDsaPrivateKey(ReadOnlyMemory< byte > xBytes, in AlgorithmIdentifierAsn algId, out DSAParameters ret)

References System.key, System.Security.Cryptography.DSAKeyFormatHelper.ReadDsaPrivateKey(), System.Security.Cryptography.DSAKeyFormatHelper.s_validOids, and System.source.

Referenced by System.Security.Cryptography.DSA.ImportEncryptedPkcs8PrivateKey(), and System.Security.Cryptography.DSA.ImportEncryptedPkcs8PrivateKey().