public class KeyStoreParametersFactory extends Object
Modifier and Type | Class and Description |
---|---|
static interface |
KeyStoreParametersFactory.FileStoreParameters |
Constructor and Description |
---|
KeyStoreParametersFactory() |
Modifier and Type | Method and 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 © 2016. All rights reserved.