|
| static bool | TryConvertIeee1363ToDer (ReadOnlySpan< byte > input, Span< byte > destination, out int bytesWritten) |
| |
| static int | ConvertDerToIeee1363 (ReadOnlySpan< byte > input, int fieldSizeBits, Span< byte > destination) |
| |
| static int | GetMaxDerSignatureSize (int fieldSizeBits) |
| |
| static byte[] | ConvertFromIeeeP1363Signature (byte[] signature, DSASignatureFormat targetFormat) |
| |
| static byte[] | ConvertSignatureToIeeeP1363 (DSASignatureFormat currentFormat, ReadOnlySpan< byte > signature, int fieldSizeBits) |
| |
| static byte[] | ConvertSignatureToIeeeP1363 (this DSA dsa, DSASignatureFormat currentFormat, ReadOnlySpan< byte > signature, int fieldSizeBits=0) |
| |
| static byte[] | ConvertSignatureToIeeeP1363 (this ECDsa ecdsa, DSASignatureFormat currentFormat, ReadOnlySpan< byte > signature) |
| |
The documentation for this class was generated from the following files: