public static class PassphraseEncryptionServices.PassPhraseCryptoConfig extends Object implements CryptoConfig
| Constructor and Description |
|---|
PassphraseEncryptionServices.PassPhraseCryptoConfig() |
| Modifier and Type | Method and Description |
|---|---|
String |
getPassphrase() |
byte[] |
getSalt() |
EncryptionServiceType |
getType() |
void |
setPassphrase(String passphrase) |
void |
setSalt(byte[] salt) |
public PassphraseEncryptionServices.PassPhraseCryptoConfig()
public byte[] getSalt()
public void setSalt(byte[] salt)
public String getPassphrase()
public void setPassphrase(String passphrase)
public EncryptionServiceType getType()
getType in interface CryptoConfigCopyright © 2013 JBoss by Red Hat. All Rights Reserved.