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

Packages that use KeyDerivationFunction
org.xwiki.crypto.passwd   
org.xwiki.crypto.passwd.internal   
 

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
 java.lang.Class<? extends KeyDerivationFunction> PasswordCryptoServiceConfiguration.getKeyDerivationFunctionClassForEncryption()
           
 java.lang.Class<? extends KeyDerivationFunction> PasswordCryptoServiceConfiguration.getKeyDerivationFunctionClassForPasswordVerification()
           
 

Methods in org.xwiki.crypto.passwd with parameters of type KeyDerivationFunction
 void PasswordCiphertext.init(byte[] message, java.lang.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.
 

Uses of KeyDerivationFunction in org.xwiki.crypto.passwd.internal
 

Classes in org.xwiki.crypto.passwd.internal that implement KeyDerivationFunction
 class AbstractKeyDerivationFunction
          The abstract key derivation function.
 class AbstractMemoryHardKeyDerivationFunction
          Abstract memory hard key derivation function.
 class PBKDF2KeyDerivationFunction
          Password-Based Key Derivation Function 2.
 class ScryptMemoryHardKeyDerivationFunction
          The Scrypt Key Derivation Function.
 

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

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



Copyright © 2004-2011 XWiki. All Rights Reserved.