Uses of Interface
org.silverpeas.authentication.encryption.PasswordEncryption

Packages that use PasswordEncryption
org.silverpeas.authentication.encryption   
 

Uses of PasswordEncryption in org.silverpeas.authentication.encryption
 

Classes in org.silverpeas.authentication.encryption that implement PasswordEncryption
 class UnixDESEncryption
          A variation of the DES algorithm (Data Encryption Standard) as used in the Unix systems for a while.
 class UnixMD5Encryption
          A variation of the MD5 algorithm (Message Digest 5) as used in modern Unix systems for hashing the passwords.
 class UnixSHA512Encryption
          A variation of the SHA-512 algorithm (Secure Hash Algorithm) as used in current Unix systems for hashing the passwords.
 

Methods in org.silverpeas.authentication.encryption that return PasswordEncryption
 PasswordEncryption PasswordEncryptionFactory.getDefaultPasswordEncryption()
          Gets the password encryption that is used by default in Silverpeas to encrypt the user passwords and to check them.
 PasswordEncryption PasswordEncryptionFactory.getPasswordEncryption(String digest)
          Gets the encryption that has computed the specified digest.
 



Copyright © 2016 Silverpeas. All Rights Reserved.