Ixian SDK
DLT.CryptoLib Member List

This is the complete list of members for DLT.CryptoLib, including all inherited members.

CryptoLib(ICryptoLib crypto_lib)DLT.CryptoLib
decryptDataAES(byte[] input, byte[] key, int offset=0)DLT.CryptoLib
decryptWithChacha(byte[] input, byte[] key)DLT.CryptoLib
decryptWithPassword(byte[] data, string password)DLT.CryptoLib
decryptWithRSA(byte[] input, byte[] privateKey)DLT.CryptoLib
encryptDataAES(byte[] input, byte[] key)DLT.CryptoLib
encryptWithChacha(byte[] input, byte[] key)DLT.CryptoLib
encryptWithPassword(byte[] data, string password)DLT.CryptoLib
encryptWithRSA(byte[] input, byte[] publicKey)DLT.CryptoLib
generateChildKey(byte[] parentKey, int seed=0)DLT.CryptoLib
generateKeys(int keySize, bool skip_header=false)DLT.CryptoLib
getSignature(byte[] input, byte[] privateKey)DLT.CryptoLib
testKeys(byte[] plaintext, IxianKeyPair kp)DLT.CryptoLib
verifySignature(byte[] input, byte[] publicKey, byte[] signature)DLT.CryptoLib