Ixian SDK
IXICore.CryptoLib Member List

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

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