public interface PasswordRecord
Modifier and Type | Method and Description |
---|---|
java.lang.String |
readPasswordValue()
Read the SALT & SHA512 value for this record.
|
java.lang.String |
readSalt()
Read the SALT for this record.
|
void |
writePasswordValue(java.lang.String value)
Write the SALT & SHA512 value for this record.
|
void |
writeSalt(java.lang.String salt)
Write the generated SALT
|
@CheckReturnValue @Nullable java.lang.String readSalt()
@CheckReturnValue @Nullable java.lang.String readPasswordValue()
void writeSalt(@Nonnull java.lang.String salt) throws java.lang.Exception
salt
- the SALT.java.lang.Exception
- a serious problem.void writePasswordValue(@Nonnull java.lang.String value) throws java.lang.Exception
value
- the value to store.java.lang.Exception
- a serious problemstSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.