public static class SslConfiguration.KeyStoreConfiguration extends Object
Modifier and Type | Field and Description |
---|---|
static SslConfiguration.KeyStoreConfiguration |
EMPTY |
Constructor and Description |
---|
KeyStoreConfiguration(org.springframework.core.io.Resource resource,
char[] storePassword,
String storeType)
Create a new
SslConfiguration.KeyStoreConfiguration . |
Modifier and Type | Method and Description |
---|---|
org.springframework.core.io.Resource |
getResource() |
char[] |
getStorePassword() |
String |
getStoreType() |
public static final SslConfiguration.KeyStoreConfiguration EMPTY
public KeyStoreConfiguration(org.springframework.core.io.Resource resource, char[] storePassword, String storeType)
SslConfiguration.KeyStoreConfiguration
.public org.springframework.core.io.Resource getResource()
key store
resource or
null if not configured.public char[] getStorePassword()
public String getStoreType()
Copyright © 2016–2017 Pivotal Software, Inc.. All rights reserved.