Class PasswordHashImpl

java.lang.Object
org.opendaylight.aaa.impl.password.service.PasswordHashImpl
All Implemented Interfaces:
org.opendaylight.aaa.api.password.service.PasswordHash

public final class PasswordHashImpl extends Object implements org.opendaylight.aaa.api.password.service.PasswordHash
  • Method Details

    • create

      public static org.opendaylight.aaa.api.password.service.PasswordHash create(String algorithmName, String salt, int iterations, String hashedPassword)
    • getAlgorithmName

      public String getAlgorithmName()
      Specified by:
      getAlgorithmName in interface org.opendaylight.aaa.api.password.service.PasswordHash
    • getSalt

      public String getSalt()
      Specified by:
      getSalt in interface org.opendaylight.aaa.api.password.service.PasswordHash
    • getIterations

      public int getIterations()
      Specified by:
      getIterations in interface org.opendaylight.aaa.api.password.service.PasswordHash
    • getHashedPassword

      public String getHashedPassword()
      Specified by:
      getHashedPassword in interface org.opendaylight.aaa.api.password.service.PasswordHash