|
static byte[] | GenerateRandom (int keySize) |
|
static bool | HasAlgorithm (int dwCalg, int dwKeySize) |
|
static string | DiscardWhiteSpaces (string inputBuffer) |
|
static string | DiscardWhiteSpaces (string inputBuffer, int inputOffset, int inputCount) |
|
static int | ConvertByteArrayToInt (byte[] input) |
|
static byte[] | ConvertIntToByteArray (int dwInput) |
|
static void | ConvertIntToByteArray (uint dwInput, ref byte[] counter) |
|
static byte[] | FixupKeyParity (byte[] key) |
|
static unsafe void | DWORDFromLittleEndian (uint *x, int digits, byte *block) |
|
static void | DWORDToLittleEndian (byte[] block, uint[] x, int digits) |
|
static unsafe void | DWORDFromBigEndian (uint *x, int digits, byte *block) |
|
static void | DWORDToBigEndian (byte[] block, uint[] x, int digits) |
|
static unsafe void | QuadWordFromBigEndian (ulong *x, int digits, byte *block) |
|
static void | QuadWordToBigEndian (byte[] block, ulong[] x, int digits) |
|
static byte[] | Int (uint i) |
|
static byte[] | RsaOaepEncrypt (RSA rsa, HashAlgorithm hash, PKCS1MaskGenerationMethod mgf, RandomNumberGenerator rng, byte[] data) |
|
static byte[] | RsaOaepDecrypt (RSA rsa, HashAlgorithm hash, PKCS1MaskGenerationMethod mgf, byte[] encryptedData) |
|
static byte[] | RsaPkcs1Padding (RSA rsa, byte[] oid, byte[] hash) |
|
static bool | CompareBigIntArrays (byte[] lhs, byte[] rhs) |
|
static HashAlgorithmName | OidToHashAlgorithmName (string oid) |
|
static bool | DoesRsaKeyOverride (RSA rsaKey, string methodName, global::System.Type[] parameterTypes) |
|
static bool | _ProduceLegacyHmacValues () |
|
Definition at line 10 of file Utils.cs.