C# 클래스 CRL.Business.OnlinePay.Company.ChinaPay.RSA

파일 보기 프로젝트 열기: hubro-xx/CRL2

공개 메소드들

메소드 설명
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

메소드 상세

RSADecrypt() 공개 정적인 메소드

RSA解密
public static RSADecrypt ( string privatekey, string content ) : string
privatekey string
content string
리턴 string

RSAEncrypt() 공개 정적인 메소드

RSA加密
public static RSAEncrypt ( string publickey, string content ) : string
publickey string
content string
리턴 string

RSA_Decrypt() 공개 정적인 메소드

public static RSA_Decrypt ( string str_Cypher_Text, string str_Private_Key ) : string
str_Cypher_Text string
str_Private_Key string
리턴 string

RSA_Encrypt() 공개 정적인 메소드

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
리턴 string