public interface PasswordBased
Common interface for all entities which can be set a password.
Modifier and Type | Method and Description |
---|---|
void |
setPassword(String password)
Sets a password to be used by the encryptor.
|
void setPassword(String password)
Sets a password to be used by the encryptor.
password
- the password to be used.Copyright © 2016 JBoss by Red Hat. All rights reserved.