Ixian SDK
IXICore.BouncyCastle Member List

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

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