public static class CryptoConfig.CertificateConfig extends Object
| Constructor and Description |
|---|
CertificateConfig() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFile() |
String |
getResource() |
CryptoConfig.CertificateConfig |
setFile(String file)
Sets the file to load the certificate from the filesystem.
|
CryptoConfig.CertificateConfig |
setResource(String resource)
Sets the resource to load the certificate from the classpath.
|
public String getResource()
public CryptoConfig.CertificateConfig setResource(String resource)
resource - the resource path.public String getFile()
public CryptoConfig.CertificateConfig setFile(String file)
file - the file path.Copyright © 2013-2018–2019 SeedStack. All rights reserved.