private static class KeyStoreParametersFactory.CertKeyParameters extends java.lang.Object implements KeyStoreParametersFactory.FileStoreParameters
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
certLocations |
private java.lang.String |
keyLocation |
private java.security.KeyStore.ProtectionParameter |
param |
Constructor and Description |
---|
CertKeyParameters(java.lang.String certLocations,
java.lang.String keyLocation) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getProperty(java.lang.String key) |
java.security.KeyStore.ProtectionParameter |
getProtectionParameter() |
private java.lang.String certLocations
private java.lang.String keyLocation
private java.security.KeyStore.ProtectionParameter param
public CertKeyParameters(java.lang.String certLocations, java.lang.String keyLocation)
public java.security.KeyStore.ProtectionParameter getProtectionParameter()
getProtectionParameter
in interface java.security.KeyStore.LoadStoreParameter
public java.lang.Object getProperty(java.lang.String key)
getProperty
in interface KeyStoreParametersFactory.FileStoreParameters