public interface CustomSecret
Modifier and Type | Method and Description |
---|---|
String |
getEncryptedValue(String plainTextPassword)
Gets the encrypted value.
|
String |
getPlainText(String encryptedPassword)
Gets the plain text.
|
Copyright © 2018–2022 Agiletestware. All rights reserved.