|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.xwiki.crypto.passwd.internal.DefaultPasswordCryptoServiceConfiguration
@Component public class DefaultPasswordCryptoServiceConfiguration
Default implementation of PasswordCryptoServiceConfiguration.
| Constructor Summary | |
|---|---|
DefaultPasswordCryptoServiceConfiguration()
|
|
| Method Summary | |
|---|---|
java.lang.Class<? extends PasswordCiphertext> |
getCipherClass()
|
java.lang.Class<? extends KeyDerivationFunction> |
getKeyDerivationFunctionClassForEncryption()
|
java.lang.Class<? extends KeyDerivationFunction> |
getKeyDerivationFunctionClassForPasswordVerification()
|
java.util.Properties |
getKeyDerivationFunctionPropertiesForEncryption()
|
java.util.Properties |
getKeyDerivationFunctionPropertiesForPasswordVerification()
|
java.lang.Class<? extends PasswordVerificationFunction> |
getPasswordVerificationFunctionClass()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultPasswordCryptoServiceConfiguration()
| Method Detail |
|---|
public java.lang.Class<? extends PasswordCiphertext> getCipherClass()
getCipherClass in interface PasswordCryptoServiceConfigurationPasswordCryptoServiceConfiguration.getCipherClass()public java.lang.Class<? extends KeyDerivationFunction> getKeyDerivationFunctionClassForEncryption()
getKeyDerivationFunctionClassForEncryption in interface PasswordCryptoServiceConfigurationPasswordCryptoServiceConfiguration.getKeyDerivationFunctionClassForEncryption()public java.util.Properties getKeyDerivationFunctionPropertiesForEncryption()
getKeyDerivationFunctionPropertiesForEncryption in interface PasswordCryptoServiceConfigurationProperties for initializing the KeyDerivationFunction used for encryption.PasswordCryptoServiceConfiguration.getKeyDerivationFunctionPropertiesForEncryption()public java.lang.Class<? extends PasswordVerificationFunction> getPasswordVerificationFunctionClass()
getPasswordVerificationFunctionClass in interface PasswordCryptoServiceConfigurationPasswordCryptoServiceConfiguration.getPasswordVerificationFunctionClass()public java.lang.Class<? extends KeyDerivationFunction> getKeyDerivationFunctionClassForPasswordVerification()
getKeyDerivationFunctionClassForPasswordVerification in interface PasswordCryptoServiceConfigurationPasswordCryptoServiceConfiguration.getKeyDerivationFunctionClassForPasswordVerification()public java.util.Properties getKeyDerivationFunctionPropertiesForPasswordVerification()
getKeyDerivationFunctionPropertiesForPasswordVerification in interface PasswordCryptoServiceConfigurationProperties for initializing the key derivation function used for password verification.PasswordCryptoServiceConfiguration.getKeyDerivationFunctionPropertiesForPasswordVerification()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||