public class DriverKeyStoreLoader extends Object implements KeyStoreLoader
| Constructor and Description |
|---|
DriverKeyStoreLoader() |
| Modifier and Type | Method and Description |
|---|---|
KeyStore |
getKeyStore()
read the config file
|
KeyStore |
getKeyStore(String pinNumber) |
KeyStore |
getKeyStoreFromDriver(String driverPath)
read by a path on OS.
|
KeyStore |
getKeyStoreFromDriver(String driverName,
String driverPath)
read by a name and path on OS.
|
void |
setCallbackHandler(CallbackHandler callback) |
public KeyStore getKeyStore()
getKeyStore in interface KeyStoreLoaderKeyStorepublic KeyStore getKeyStoreFromDriver(String driverPath)
driverPath - driver pathpublic KeyStore getKeyStoreFromDriver(String driverName, String driverPath)
driverName - driver namedriverPath - driver pathpublic void setCallbackHandler(CallbackHandler callback)
setCallbackHandler in interface KeyStoreLoadercallback - handler of callbacks, used to provide PIN entryCallbackHandlerpublic KeyStore getKeyStore(String pinNumber)
getKeyStore in interface KeyStoreLoaderpinNumber - the personal identification number.Copyright © 2025 SERPRO - Serviço Federal de Processamento de Dados. All rights reserved.