@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() |
boolean |
isFailOnError() |
void |
setFailOnError(boolean failOnError) |
void |
setKey(String key) |
void |
setKeyStore(KeyProperties.KeyStore keyStore) |
public KeyProperties.Rsa getRsa()
public boolean isFailOnError()
public void setFailOnError(boolean failOnError)
public String getKey()
public void setKey(String key)
public KeyProperties.KeyStore getKeyStore()
public void setKeyStore(KeyProperties.KeyStore keyStore)
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.