public interface KeyStoreHandler
Modifier and Type | Method and Description |
---|---|
String |
getLocation()
Returns the path to the keystore.
|
String |
getPassword()
Returns the password.
|
KeyStore |
getStore()
Get the keystore.
|
String |
getType()
Returns the type of the keystore.
|
void |
setStore(KeyStore keystore)
Sets the keystore.
|
void |
store()
Saves the keystore.
|
KeyStore getStore()
void setStore(KeyStore keystore) throws Exception
keystore
- The keystore to useException
- If an error occursString getPassword()
String getLocation()
String getType()
Copyright © 2025 Open Identity Platform Community. All rights reserved.