Method | Description | |
---|---|---|
Decrypt_OAEP ( |
||
Decrypt_v15 ( |
||
Encode_v15 ( HashAlgorithm hash, byte hashValue, int emLength ) : byte[] | ||
Encrypt_OAEP ( |
||
Encrypt_v15 ( |
||
I2OSP ( byte x, int size ) : byte[] | ||
I2OSP ( int x, int size ) : byte[] | ||
MGF1 ( HashAlgorithm hash, byte mgfSeed, int maskLen ) : byte[] | ||
OS2IP ( byte x ) : byte[] | ||
RSADP ( |
||
RSAEP ( |
||
RSASP1 ( |
||
RSAVP1 ( |
||
Sign_v15 ( |
||
Verify_v15 ( |
||
Verify_v15 ( |
Method | Description | |
---|---|---|
Compare ( byte array1, byte array2 ) : bool | ||
GetEmptyHash ( HashAlgorithm hash ) : byte[] | ||
PKCS1 ( ) : System | ||
xor ( byte array1, byte array2 ) : byte[] |
public static Decrypt_OAEP ( |
||
rsa | ||
hash | HashAlgorithm | |
C | byte | |
return | byte[] |
public static Decrypt_v15 ( |
||
rsa | ||
C | byte | |
return | byte[] |
public static Encode_v15 ( HashAlgorithm hash, byte hashValue, int emLength ) : byte[] | ||
hash | HashAlgorithm | |
hashValue | byte | |
emLength | int | |
return | byte[] |
public static Encrypt_OAEP ( |
||
rsa | ||
hash | HashAlgorithm | |
rng | ||
M | byte | |
return | byte[] |
public static Encrypt_v15 ( |
||
rsa | ||
rng | ||
M | byte | |
return | byte[] |
public static I2OSP ( byte x, int size ) : byte[] | ||
x | byte | |
size | int | |
return | byte[] |
public static I2OSP ( int x, int size ) : byte[] | ||
x | int | |
size | int | |
return | byte[] |
public static MGF1 ( HashAlgorithm hash, byte mgfSeed, int maskLen ) : byte[] | ||
hash | HashAlgorithm | |
mgfSeed | byte | |
maskLen | int | |
return | byte[] |
public static RSADP ( |
||
rsa | ||
c | byte | |
return | byte[] |
public static RSAEP ( |
||
rsa | ||
m | byte | |
return | byte[] |
public static RSASP1 ( |
||
rsa | ||
m | byte | |
return | byte[] |
public static RSAVP1 ( |
||
rsa | ||
s | byte | |
return | byte[] |
public static Sign_v15 ( |
||
rsa | ||
hash | HashAlgorithm | |
hashValue | byte | |
return | byte[] |
public static Verify_v15 ( |
||
rsa | ||
hash | HashAlgorithm | |
hashValue | byte | |
signature | byte | |
return | bool |
public static Verify_v15 ( |
||
rsa | ||
hash | HashAlgorithm | |
hashValue | byte | |
signature | byte | |
tryNonStandardEncoding | bool | |
return | bool |