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

◆ ReadEncryptedPkcs8() [1/2]

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

Definition at line 88 of file DSAKeyFormatHelper.cs.

89 {
90 KeyFormatHelper.ReadEncryptedPkcs8(s_validOids, source, passwordBytes, (KeyFormatHelper.KeyReader<DSAParameters>)ReadDsaPrivateKey, out bytesRead, out key);
91 }
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.