java - JNCryptor not working, Cannot Resolve Symbol AES256JNCryptor -


im using jncryptor library, got error "cannot resolve symbol aes256jncryptor" red font

 jncryptor cryptor = new aes256jncryptor();     byte[] plaintext = "hello, world!".getbytes();     string password = "secretsquirrel";      try {         byte[] ciphertext = cryptor.encryptdata(plaintext, password.tochararray());     } catch (cryptorexception e) {         // went wrong         e.printstacktrace();     } 

my android studio version 2.1.2

can tell me wrong ?

thanks


Comments

Popular posts from this blog

asynchronous - C# WinSCP .NET assembly: How to upload multiple files asynchronously -

aws api gateway - SerializationException in posting new Records via Dynamodb Proxy Service in API -

asp.net - Problems sending emails from forum -