You need to sign in to do that
Don't have an account?
Regarding to StringException
When i run the tesst method then i got the this error , how to reeslove this any idea ??
System.StringException: Unrecognized base64 character: !
System.StringException: Unrecognized base64 character: !
1) https://developer.salesforce.com/forums/?id=906F0000000943fIAA
2) http://salesforce.stackexchange.com/questions/81576/convert-byte-array-jsonarray-to-base-64-string-via-apex
3) http://www.convertstring.com/EncodeDecode/Base64Encode
Blob keyval = EncodingUtil.base64Decode(keyString);
Blob ivval = EncodingUtil.base64Decode(IvString);