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 Summary
Modifier and TypeMethodDescriptionstatic org.opendaylight.aaa.api.password.service.PasswordHashintgetSalt()
-
Method Details
-
create
-
getAlgorithmName
- Specified by:
getAlgorithmNamein interfaceorg.opendaylight.aaa.api.password.service.PasswordHash
-
getSalt
- Specified by:
getSaltin interfaceorg.opendaylight.aaa.api.password.service.PasswordHash
-
getIterations
public int getIterations()- Specified by:
getIterationsin interfaceorg.opendaylight.aaa.api.password.service.PasswordHash
-
getHashedPassword
- Specified by:
getHashedPasswordin interfaceorg.opendaylight.aaa.api.password.service.PasswordHash
-