Class KeystoreConfiguration
java.lang.Object
io.camunda.security.configuration.KeystoreConfiguration
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuilder()getPath()voidsetKeyAlias(String keyAlias) voidsetKeyPassword(String keyPassword) voidsetPassword(String password) void
-
Constructor Details
-
KeystoreConfiguration
public KeystoreConfiguration()
-
-
Method Details
-
getPath
-
setPath
-
getPassword
-
setPassword
-
getKeyAlias
-
setKeyAlias
-
getKeyPassword
-
setKeyPassword
-
loadKeystore
- Throws:
Exception
-
builder
-