Method | Description | |
---|---|---|
ComputeHash ( ) : string | ||
GenerateAes128Key ( ) : byte[] | ||
GenerateRsaKeyPair ( |
||
RsaDecrypt ( byte data, |
||
RsaDecrypt ( byte data, byte key, bool isPrivate ) : byte[] | ||
RsaEncrypt ( byte data, byte key, bool isPrivate ) : byte[] |
Method | Description | |
---|---|---|
GenerateRsaKey ( byte key, bool isPrivate ) : |
||
GenerateRsaPublicKey ( byte key ) : |
public static GenerateRsaKeyPair ( |
||
provider | ||
return |
public static RsaDecrypt ( byte data, |
||
data | byte | |
provider | ||
isPrivate | bool | |
return | byte[] |
public static RsaDecrypt ( byte data, byte key, bool isPrivate ) : byte[] | ||
data | byte | |
key | byte | |
isPrivate | bool | |
return | byte[] |
public static RsaEncrypt ( byte data, byte key, bool isPrivate ) : byte[] | ||
data | byte | |
key | byte | |
isPrivate | bool | |
return | byte[] |