Class StiEncryptionConnectionString
java.lang.Object
com.stimulsoft.report.dictionary.databases.StiEncryptionConnectionString
Copyright Stimulsoft
-
Constructor Details
-
StiEncryptionConnectionString
public StiEncryptionConnectionString()
-
-
Method Details
-
encrypt
public int[] encrypt(int[] src, int[] key) -
encrypt
- Throws:
NoSuchAlgorithmException
-
encrypt
- Throws:
NoSuchAlgorithmException
-
decrypt
public int[] decrypt(int[] src, int[] key) -
decrypt
- Throws:
NoSuchAlgorithmException
-
decrypt
- Throws:
NoSuchAlgorithmException
-
generateRandomKey
public int[] generateRandomKey() -
toB
public byte[] toB(int[] in) -
toI
public int[] toI(byte[] in) -
main
public static void main(String[] args) throws NoSuchAlgorithmException, UnsupportedEncodingException, StiException
-