|
Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
| RSAPKCS1SignatureFormatter () | |
| RSAPKCS1SignatureFormatter (AsymmetricAlgorithm key) | |
| override void | SetKey (AsymmetricAlgorithm key) |
| override void | SetHashAlgorithm (string strName) |
| override byte[] | CreateSignature (byte[] rgbHash) |
| virtual byte[] | CreateSignature (HashAlgorithm hash) |
Private Attributes | |
| RSA | _rsaKey |
| string | _algName |
Definition at line 7 of file RSAPKCS1SignatureFormatter.cs.