Class Store
java.lang.Object
com.predic8.membrane.core.config.security.Store
- Direct Known Subclasses:
KeyStore,TrustStore
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetType()inthashCode()voidsetLocation(String location) voidsetPassword(String password) voidsetProvider(String provider) void
-
Field Details
-
location
-
password
-
type
-
provider
-
-
Constructor Details
-
Store
public Store()
-
-
Method Details
-
equals
-
hashCode
public int hashCode() -
getLocation
-
setLocation
- Description
- A file/resource containing the PKCS#12 keystore (*.p12). See here for a description of the format.
-
getPassword
-
setPassword
-
getType
-
setType
-
getProvider
-
setProvider
-