public class KeyStoreParametersFactory extends Object
Modifier and Type | Class | Description |
---|---|---|
static interface |
KeyStoreParametersFactory.FileStoreParameters |
Constructor | Description |
---|---|
KeyStoreParametersFactory() |
Modifier and Type | Method | Description |
---|---|---|
static KeyStore.LoadStoreParameter |
createCertKeyParameters(String certLocations,
String keyLocation) |
|
static KeyStore.LoadStoreParameter |
createProxyCertParameters(String proxyCertLocation) |
|
static KeyStore.LoadStoreParameter |
createTrustStoreParameters(String trustedCertificateDirectories) |
|
static KeyStore.LoadStoreParameter |
createTrustStoreParameters(String trustedCertificateDirectories,
String defaultDirectory) |
public static KeyStore.LoadStoreParameter createCertKeyParameters(String certLocations, String keyLocation)
public static KeyStore.LoadStoreParameter createProxyCertParameters(String proxyCertLocation)
public static KeyStore.LoadStoreParameter createTrustStoreParameters(String trustedCertificateDirectories)
public static KeyStore.LoadStoreParameter createTrustStoreParameters(String trustedCertificateDirectories, String defaultDirectory)
Copyright © 2018. All rights reserved.