@ConfigurationProperties(value="encrypt") public class KeyProperties extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
KeyProperties.KeyStore |
static class |
KeyProperties.Rsa |
| Constructor and Description |
|---|
KeyProperties() |
| Modifier and Type | Method and Description |
|---|---|
String |
getKey() |
KeyProperties.KeyStore |
getKeyStore() |
KeyProperties.Rsa |
getRsa() |
String |
getSalt() |
boolean |
isFailOnError() |
void |
setFailOnError(boolean failOnError) |
void |
setKey(String key) |
void |
setKeyStore(KeyProperties.KeyStore keyStore) |
void |
setSalt(String salt) |
public KeyProperties.Rsa getRsa()
public boolean isFailOnError()
public void setFailOnError(boolean failOnError)
public String getKey()
public void setKey(String key)
public String getSalt()
public void setSalt(String salt)
public KeyProperties.KeyStore getKeyStore()
public void setKeyStore(KeyProperties.KeyStore keyStore)
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.