TrustStoreDescriptor, TrustStoreDescriptor.TrustStoreDescriptorBuilderKeyStoreDescriptorBuilderImplpublic class TrustStoreDescriptorBuilderImpl extends Object implements TrustStoreDescriptor.TrustStoreDescriptorBuilder
KeyStoreDescriptor interface.TrustStoreDescriptor.TrustStoreDescriptorBuilder| Constructor | Description |
|---|---|
TrustStoreDescriptorBuilderImpl(File aStoreFile) |
Constructs a
KeyStoreDescriptor with the data required to access
a keystore. |
TrustStoreDescriptorBuilderImpl(File aStoreFile,
String aStorePassword) |
Constructs a
KeyStoreDescriptor with the data required to access
a keystore. |
TrustStoreDescriptorBuilderImpl(File aStoreFile,
StoreType aStoreType) |
Constructs a
KeyStoreDescriptor with the data required to access
a keystore. |
TrustStoreDescriptorBuilderImpl(File aStoreFile,
StoreType aStoreType,
String aStorePassword) |
Constructs a
KeyStoreDescriptor with the data required to access
a keystore. |
| Modifier and Type | Method | Description |
|---|---|---|
File |
getStoreFile() |
|
String |
getStorePassword() |
Retrieves the keysotre's password.
|
StoreType |
getStoreType() |
|
void |
setStoreFile(File aStoreFile) |
|
void |
setStorePassword(String aStorePassword) |
Sets the keysotre's password.
|
void |
setStoreType(StoreType aStoreType) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitwithStoreFile, withStorePassword, withStoreTypepublic TrustStoreDescriptorBuilderImpl(File aStoreFile)
KeyStoreDescriptor with the data required to access
a keystore.
The StoreType defaults to StoreType.JKS.aStoreFile - The keystore File.public TrustStoreDescriptorBuilderImpl(File aStoreFile, StoreType aStoreType)
KeyStoreDescriptor with the data required to access
a keystore.public TrustStoreDescriptorBuilderImpl(File aStoreFile, String aStorePassword)
KeyStoreDescriptor with the data required to access
a keystore.aStoreFile - The keystore File.aStorePassword - The keystore password.public TrustStoreDescriptorBuilderImpl(File aStoreFile, StoreType aStoreType, String aStorePassword)
KeyStoreDescriptor with the data required to access
a keystore.public File getStoreFile()
getStoreFile in interface TrustStoreDescriptorKeyStore File.public void setStoreFile(File aStoreFile)
setStoreFile in interface TrustStoreDescriptor.TrustStoreDescriptorBuilderaStoreFile - The KeyStore File.public StoreType getStoreType()
getStoreType in interface TrustStoreDescriptorKeyStore's StoreType.public void setStoreType(StoreType aStoreType)
setStoreType in interface TrustStoreDescriptor.TrustStoreDescriptorBuilderaStoreType - The KeyStore's StoreType.public String getStorePassword()
getStorePassword in interface TrustStoreDescriptorKeyStore password.public void setStorePassword(String aStorePassword)
setStorePassword in interface TrustStoreDescriptor.TrustStoreDescriptorBuilderaStorePassword - The KeyStore password.Copyright © 2018. All rights reserved.