B4J Question Problem with jB4XEncryption

alimanam3386

Active Member
Licensed User
Longtime User
Hi guys

What is the problem ?


http://imgh.us/1errrror.jpg

B4X:
B4J version: 5.51
Parsing code.    (0.00s)
Compiling code.    (0.00s)
Compiling layouts code.    (0.00s)
Organizing libraries.    (0.00s)
Compiling generated Java code.    Error
B4J line: 31
Dim b() As Byte = c.Decrypt(EncryptedData, passwo
javac 1.8.0_131
src\b4j\example\main.java:75: error: cannot access DataLengthException
_b = _c.Decrypt(_encrypteddata,_password);
               ^
  class file for org.bouncycastle.crypto.DataLengthException not found
1 error
 
Top