Uses of Class
org.cryptonode.jncryptor.PasswordKey

Uses of PasswordKey in org.cryptonode.jncryptor
 

Methods in org.cryptonode.jncryptor that return PasswordKey
 PasswordKey JNCryptor.getPasswordKey(char[] password)
          Generates a key from a password and a random salt.
 PasswordKey AES256JNCryptor.getPasswordKey(char[] password)
           
 

Methods in org.cryptonode.jncryptor with parameters of type PasswordKey
 byte[] JNCryptor.encryptData(byte[] plaintext, PasswordKey encryptionKey, PasswordKey hmacKey)
          Encrypts data using pre-computed keys, producing data in the password output format (i.e.
 byte[] AES256JNCryptor.encryptData(byte[] plaintext, PasswordKey encryptionKey, PasswordKey hmacKey)
           
 



Copyright © 2014. All Rights Reserved.