Uses of Interface
org.xwiki.crypto.passwd.KeyDerivationFunction

Packages that use KeyDerivationFunction
org.xwiki.crypto.passwd   
 

Uses of KeyDerivationFunction in org.xwiki.crypto.passwd
 

Subinterfaces of KeyDerivationFunction in org.xwiki.crypto.passwd
 interface MemoryHardKeyDerivationFunction
          A key memory hard derivation function.
 

Methods in org.xwiki.crypto.passwd that return types with arguments of type KeyDerivationFunction
 Class<? extends KeyDerivationFunction> PasswordCryptoServiceConfiguration.getKeyDerivationFunctionClassForEncryption()
           
 Class<? extends KeyDerivationFunction> PasswordCryptoServiceConfiguration.getKeyDerivationFunctionClassForPasswordVerification()
           
 

Methods in org.xwiki.crypto.passwd with parameters of type KeyDerivationFunction
 void PasswordCiphertext.init(byte[] message, String password, KeyDerivationFunction initializedKeyFunction)
          Initialize this ciphertext with a given message (i.e.
 void PasswordVerificationFunction.init(KeyDerivationFunction underlyingHashFunction, byte[] password)
          Initialize this function with the desired key length.
 



Copyright © 2004-2013 XWiki. All Rights Reserved.