Class Store
java.lang.Object
org.bonitasoft.connectors.rest.model.Store
A basic key store to be used in a HTTP request.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGenerate the key store based on the options.getFile()File value getter.Password value getter.voidFile value setter.voidsetPassword(String password) Password value setter.
-
Constructor Details
-
Store
public Store()
-
-
Method Details
-
generateKeyStore
public KeyStore generateKeyStore() throws KeyStoreException, IOException, NoSuchAlgorithmException, CertificateExceptionGenerate the key store based on the options.- Returns:
- The generated key store.
- Throws:
KeyStoreExceptionIOExceptionCertificateExceptionNoSuchAlgorithmException
-
getFile
File value getter.- Returns:
- The file value.
-
setFile
File value setter.- Parameters:
file- The new file value.
-
getPassword
Password value getter.- Returns:
- The password value.
-
setPassword
Password value setter.- Parameters:
password- The password file value.
-