Method | Description | |
---|---|---|
AppendMissingCipherAlgorithm ( CipherAlgorithm algorithms ) : CipherAlgorithm[] |
Append missing algorithm to the list of CipherAlgorithm.
|
|
AppendMissingPublicKeyAlgorithm ( PublicKeyAlgorithm algorithms ) : PublicKeyAlgorithm[] |
Append missing algorithm to the list of PublicKeyAlgorithm.
|
|
ParseCipherAlgorithm ( string t ) : CipherAlgorithm[] |
Parse array of CipherAlgorithm. Unknown algorithms are just ignored. |
|
ParsePublicKeyAlgorithm ( string t ) : PublicKeyAlgorithm[] |
Parse array of PublicKeyAlgorithm. Unknown algorithms are just ignored. |
|
SimpleDecrypt ( string enc ) : string | ||
SimpleEncrypt ( string plain ) : string |
public static AppendMissingCipherAlgorithm ( CipherAlgorithm algorithms ) : CipherAlgorithm[] | ||
algorithms | CipherAlgorithm | list of |
return | CipherAlgorithm[] |
public static AppendMissingPublicKeyAlgorithm ( PublicKeyAlgorithm algorithms ) : PublicKeyAlgorithm[] | ||
algorithms | PublicKeyAlgorithm | list of |
return | PublicKeyAlgorithm[] |
public static ParseCipherAlgorithm ( string t ) : CipherAlgorithm[] | ||
t | string | array of strings to convert |
return | CipherAlgorithm[] |
public static ParsePublicKeyAlgorithm ( string t ) : PublicKeyAlgorithm[] | ||
t | string | array of strings to convert |
return | PublicKeyAlgorithm[] |
public static SimpleDecrypt ( string enc ) : string | ||
enc | string | |
return | string |
public static SimpleEncrypt ( string plain ) : string | ||
plain | string | |
return | string |