@ConfigurationProperties(value="encrypt") public class KeyProperties extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
KeyProperties.KeyStore
Key store properties.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
PREFIX
ConfigurationProperties prefix for KeyProperties.
|
| Constructor and Description |
|---|
KeyProperties() |
| Modifier and Type | Method and Description |
|---|---|
String |
getKey() |
KeyProperties.KeyStore |
getKeyStore() |
String |
getSalt() |
boolean |
isFailOnError() |
void |
setFailOnError(boolean failOnError) |
void |
setKey(String key) |
void |
setKeyStore(KeyProperties.KeyStore keyStore) |
void |
setSalt(String salt) |
public static final String PREFIX
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 © 2020 Pivotal Software, Inc.. All rights reserved.