i will pass the string like "1ijga8ZMQsjlN//74b+D9g=="
to the method for decryption than performed but when i will store that string into String variable and than pass the variable to the method than below error encounters:
Invalid length for a Base-64 char array.
Problematic Code:
String hdDec = Dispatch.call(c10, "Decrypt",hd, passPhrase, saltValue, hashAlgorithm, passwordIterations, initVector, keySize).toString();