Méthode | Description | |
---|---|---|
RSADecrypt ( string privatekey, string content ) : string |
RSA解密
|
|
RSAEncrypt ( string publickey, string content ) : string |
RSA加密
|
|
RSA_Decrypt ( string str_Cypher_Text, string str_Private_Key ) : string | ||
RSA_Encrypt ( string str_Plain_Text, string &str_Public_Key, string &str_Private_Key ) : string |
public static RSADecrypt ( string privatekey, string content ) : string | ||
privatekey | string | |
content | string | |
Résultat | string |
public static RSAEncrypt ( string publickey, string content ) : string | ||
publickey | string | |
content | string | |
Résultat | string |
public static RSA_Decrypt ( string str_Cypher_Text, string str_Private_Key ) : string | ||
str_Cypher_Text | string | |
str_Private_Key | string | |
Résultat | string |
public static RSA_Encrypt ( string str_Plain_Text, string &str_Public_Key, string &str_Private_Key ) : string | ||
str_Plain_Text | string | |
str_Public_Key | string | |
str_Private_Key | string | |
Résultat | string |