org.cryptonode.jncryptor
Class PasswordKey

java.lang.Object
  extended by org.cryptonode.jncryptor.PasswordKey

public class PasswordKey
extends Object

Stores a secret key alongside the salt that was used during the key derivation. Storing and reusing a PasswordKey object can improve performance.

Create instances of this class using JNCryptor.getPasswordKey(char[]).

Since:
1.2.0

Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 



Copyright © 2014. All Rights Reserved.