Uses of Class
org.apache.directory.api.ldap.model.constants.LdapSecurityConstants

Packages that use LdapSecurityConstants
org.apache.directory.api.ldap.model.constants   
org.apache.directory.api.ldap.model.password   
 

Uses of LdapSecurityConstants in org.apache.directory.api.ldap.model.constants
 

Methods in org.apache.directory.api.ldap.model.constants that return LdapSecurityConstants
static LdapSecurityConstants LdapSecurityConstants.getAlgorithm(String name)
          Get the associated constant from a string
static LdapSecurityConstants LdapSecurityConstants.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static LdapSecurityConstants[] LdapSecurityConstants.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of LdapSecurityConstants in org.apache.directory.api.ldap.model.password
 

Methods in org.apache.directory.api.ldap.model.password that return LdapSecurityConstants
static LdapSecurityConstants PasswordUtil.findAlgorithm(byte[] credentials)
          Get the algorithm from the stored password.
 LdapSecurityConstants EncryptionMethod.getAlgorithm()
           
 

Methods in org.apache.directory.api.ldap.model.password with parameters of type LdapSecurityConstants
static byte[] PasswordUtil.createStoragePassword(byte[] credentials, LdapSecurityConstants algorithm)
          create a hashed password in a format that can be stored in the server.
static byte[] PasswordUtil.createStoragePassword(String credentials, LdapSecurityConstants algorithm)
           
static byte[] PasswordUtil.encryptPassword(byte[] credentials, LdapSecurityConstants algorithm, byte[] salt)
          encrypts the given credentials based on the algorithm name and optional salt
 

Constructors in org.apache.directory.api.ldap.model.password with parameters of type LdapSecurityConstants
EncryptionMethod(LdapSecurityConstants algorithm, byte[] salt)
           
 



Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.