Ixian SDK
IXICore.ICryptoLib Member List

This is the complete list of members for IXICore.ICryptoLib, including all inherited members.

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