public class BeIDKeyStoreParameter extends Object implements KeyStore.LoadStoreParameter
KeyStore parameter. Used to influence how the eID
card should be handled. If no BeIDKeyStoreParameter is used for
loading the keystore, a default behavior will be used.
import java.security.KeyStore;
...
KeyStore keyStore = KeyStore.getInstance("BeID");
BeIDKeyStoreParameter keyStoreParameter = new BeIDKeyStoreParameter();
keyStoreParameter.set...
keyStore.load(keyStoreParameter);
KeyStore,
BeIDKeyStore| Constructor and Description |
|---|
BeIDKeyStoreParameter() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getAutoRecovery() |
BeIDCard |
getBeIDCard() |
boolean |
getCardReaderStickiness() |
Locale |
getLocale() |
Logger |
getLogger() |
boolean |
getLogoff() |
Component |
getParentComponent() |
KeyStore.ProtectionParameter |
getProtectionParameter() |
void |
setAutoRecovery(boolean autoRecovery)
Sets whether the private keys retrieved from the key store should feature
auto-recovery.
|
void |
setBeIDCard(BeIDCard beIDCard)
|
void |
setCardReaderStickiness(boolean cardReaderStickiness)
Sets whether the auto recovery should use card reader stickiness.
|
void |
setLocale(Locale locale)
Sets the locale used for the default eID dialogs.
|
void |
setLogger(Logger logger)
Sets the logger to be used within the BeIDCard sub-system.
|
void |
setLogoff(boolean logoff)
Set to
true if you want an eID logoff to be issued after
each PIN entry. |
void |
setParentComponent(Component parentComponent)
Sets the parent component used to position the default eID dialogs.
|
public KeyStore.ProtectionParameter getProtectionParameter()
getProtectionParameter in interface KeyStore.LoadStoreParameterpublic void setBeIDCard(BeIDCard beIDCard)
public BeIDCard getBeIDCard()
public void setLogoff(boolean logoff)
true if you want an eID logoff to be issued after
each PIN entry.public boolean getLogoff()
public void setParentComponent(Component parentComponent)
public Component getParentComponent()
public void setLocale(Locale locale)
public Locale getLocale()
public boolean getAutoRecovery()
public void setAutoRecovery(boolean autoRecovery)
public boolean getCardReaderStickiness()
public void setCardReaderStickiness(boolean cardReaderStickiness)
public void setLogger(Logger logger)
public Logger getLogger()
Copyright © 2012–2019 BOSA. All rights reserved.