Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
IParameterEncryptionAlgorithm.cs
2
4{
9 {
14
18 byte[] Key { get; }
19
30 byte[] Encrypt(string ParameterName, string ParameterType, uint ParameterIndex,
31 string CreatorJid, byte[] ContractNonce, string ClearText);
32
43 string Decrypt(string ParameterName, string ParameterType, uint ParameterIndex,
44 string CreatorJid, byte[] ContractNonce, byte[] CipherText);
45 }
46}
byte[] Encrypt(string ParameterName, string ParameterType, uint ParameterIndex, string CreatorJid, byte[] ContractNonce, string ClearText)
Encrypts a parameter value.
string Decrypt(string ParameterName, string ParameterType, uint ParameterIndex, string CreatorJid, byte[] ContractNonce, byte[] CipherText)
Decrypts an encrypted parameter value.
SymmetricCipherAlgorithms Algorithm
Symmetric Cipher Algorithm used to encrypt parameters.
SymmetricCipherAlgorithms
Enumeration of symmetric cipher algorithms available in the library.