Skip navigation links
B C E G N S 

B

be.bosa.commons.eid.jca - package be.bosa.commons.eid.jca
 
BeIDKeyManagerFactory - Class in be.bosa.commons.eid.jca
eID specific KeyManagerFactory.
BeIDKeyManagerFactory() - Constructor for class be.bosa.commons.eid.jca.BeIDKeyManagerFactory
 
BeIDKeyStore - Class in be.bosa.commons.eid.jca
eID based JCA KeyStore.
BeIDKeyStore() - Constructor for class be.bosa.commons.eid.jca.BeIDKeyStore
 
BeIDKeyStoreParameter - Class in be.bosa.commons.eid.jca
An eID specific KeyStore parameter.
BeIDKeyStoreParameter() - Constructor for class be.bosa.commons.eid.jca.BeIDKeyStoreParameter
 
BeIDManagerFactoryParameters - Class in be.bosa.commons.eid.jca
eID specific implementation of ManagerFactoryParameters.
BeIDManagerFactoryParameters() - Constructor for class be.bosa.commons.eid.jca.BeIDManagerFactoryParameters
 
BeIDPrivateKey - Class in be.bosa.commons.eid.jca
eID based JCA private key.
BeIDPrivateKey(FileType, BeIDCard, boolean, boolean, BeIDKeyStore) - Constructor for class be.bosa.commons.eid.jca.BeIDPrivateKey
Main constructor.
BeIDProvider - Class in be.bosa.commons.eid.jca
The JCA security provider.
BeIDProvider() - Constructor for class be.bosa.commons.eid.jca.BeIDProvider
 
BeIDSecureRandom - Class in be.bosa.commons.eid.jca
eID based implementation of a secure random generator.
BeIDSecureRandom() - Constructor for class be.bosa.commons.eid.jca.BeIDSecureRandom
 
BeIDSignature - Class in be.bosa.commons.eid.jca
eID based JCA Signature implementation.
BeIDSocketFactory - Class in be.bosa.commons.eid.jca
Utility class simplifying the use of the BeID Card for Mutual SSL authentication to two actions: Security.addProvider(new BeIDProvider()); set your connection's socketfactory to BeIDSocketFactory.getSSLSocketFactory() before opening the connection.
BeIDSocketFactory() - Constructor for class be.bosa.commons.eid.jca.BeIDSocketFactory
 
BeIDX509KeyManager - Class in be.bosa.commons.eid.jca
BeIDX509KeyManager() - Constructor for class be.bosa.commons.eid.jca.BeIDX509KeyManager
 
BeIDX509KeyManager(BeIDManagerFactoryParameters) - Constructor for class be.bosa.commons.eid.jca.BeIDX509KeyManager
 

C

chooseClientAlias(String[], Principal[], Socket) - Method in class be.bosa.commons.eid.jca.BeIDX509KeyManager
 
chooseEngineClientAlias(String[], Principal[], SSLEngine) - Method in class be.bosa.commons.eid.jca.BeIDX509KeyManager
 
chooseEngineServerAlias(String, Principal[], SSLEngine) - Method in class be.bosa.commons.eid.jca.BeIDX509KeyManager
 
chooseServerAlias(String, Principal[], Socket) - Method in class be.bosa.commons.eid.jca.BeIDX509KeyManager
 

E

engineAliases() - Method in class be.bosa.commons.eid.jca.BeIDKeyStore
 
engineContainsAlias(String) - Method in class be.bosa.commons.eid.jca.BeIDKeyStore
 
engineDeleteEntry(String) - Method in class be.bosa.commons.eid.jca.BeIDKeyStore
 
engineEntryInstanceOf(String, Class<? extends KeyStore.Entry>) - Method in class be.bosa.commons.eid.jca.BeIDKeyStore
 
engineGenerateSeed(int) - Method in class be.bosa.commons.eid.jca.BeIDSecureRandom
 
engineGetCertificate(String) - Method in class be.bosa.commons.eid.jca.BeIDKeyStore
 
engineGetCertificateAlias(Certificate) - Method in class be.bosa.commons.eid.jca.BeIDKeyStore
 
engineGetCertificateChain(String) - Method in class be.bosa.commons.eid.jca.BeIDKeyStore
 
engineGetCreationDate(String) - Method in class be.bosa.commons.eid.jca.BeIDKeyStore
 
engineGetEntry(String, KeyStore.ProtectionParameter) - Method in class be.bosa.commons.eid.jca.BeIDKeyStore
 
engineGetKey(String, char[]) - Method in class be.bosa.commons.eid.jca.BeIDKeyStore
 
engineGetKeyManagers() - Method in class be.bosa.commons.eid.jca.BeIDKeyManagerFactory
 
engineGetParameter(String) - Method in class be.bosa.commons.eid.jca.BeIDSignature
Deprecated.
engineInit(ManagerFactoryParameters) - Method in class be.bosa.commons.eid.jca.BeIDKeyManagerFactory
 
engineInit(KeyStore, char[]) - Method in class be.bosa.commons.eid.jca.BeIDKeyManagerFactory
 
engineInitSign(PrivateKey) - Method in class be.bosa.commons.eid.jca.BeIDSignature
 
engineInitVerify(PublicKey) - Method in class be.bosa.commons.eid.jca.BeIDSignature
 
engineIsCertificateEntry(String) - Method in class be.bosa.commons.eid.jca.BeIDKeyStore
 
engineIsKeyEntry(String) - Method in class be.bosa.commons.eid.jca.BeIDKeyStore
 
engineLoad(InputStream, char[]) - Method in class be.bosa.commons.eid.jca.BeIDKeyStore
 
engineLoad(KeyStore.LoadStoreParameter) - Method in class be.bosa.commons.eid.jca.BeIDKeyStore
 
engineNextBytes(byte[]) - Method in class be.bosa.commons.eid.jca.BeIDSecureRandom
 
engineSetCertificateEntry(String, Certificate) - Method in class be.bosa.commons.eid.jca.BeIDKeyStore
 
engineSetEntry(String, KeyStore.Entry, KeyStore.ProtectionParameter) - Method in class be.bosa.commons.eid.jca.BeIDKeyStore
 
engineSetKeyEntry(String, Key, char[], Certificate[]) - Method in class be.bosa.commons.eid.jca.BeIDKeyStore
 
engineSetKeyEntry(String, byte[], Certificate[]) - Method in class be.bosa.commons.eid.jca.BeIDKeyStore
 
engineSetParameter(String, Object) - Method in class be.bosa.commons.eid.jca.BeIDSignature
Deprecated.
engineSetSeed(byte[]) - Method in class be.bosa.commons.eid.jca.BeIDSecureRandom
 
engineSign() - Method in class be.bosa.commons.eid.jca.BeIDSignature
 
engineSize() - Method in class be.bosa.commons.eid.jca.BeIDKeyStore
 
engineStore(KeyStore.LoadStoreParameter) - Method in class be.bosa.commons.eid.jca.BeIDKeyStore
 
engineStore(OutputStream, char[]) - Method in class be.bosa.commons.eid.jca.BeIDKeyStore
 
engineUpdate(byte) - Method in class be.bosa.commons.eid.jca.BeIDSignature
 
engineUpdate(byte[], int, int) - Method in class be.bosa.commons.eid.jca.BeIDSignature
 
engineVerify(byte[]) - Method in class be.bosa.commons.eid.jca.BeIDSignature
 

G

getAlgorithm() - Method in class be.bosa.commons.eid.jca.BeIDPrivateKey
 
getAutoRecovery() - Method in class be.bosa.commons.eid.jca.BeIDKeyStoreParameter
 
getAutoRecovery() - Method in class be.bosa.commons.eid.jca.BeIDManagerFactoryParameters
 
getBeIDCard(boolean) - Method in class be.bosa.commons.eid.jca.BeIDKeyStore
 
getBeIDCard() - Method in class be.bosa.commons.eid.jca.BeIDKeyStoreParameter
 
getCardReaderStickiness() - Method in class be.bosa.commons.eid.jca.BeIDKeyStoreParameter
 
getCardReaderStickiness() - Method in class be.bosa.commons.eid.jca.BeIDManagerFactoryParameters
 
getCertificateChain(String) - Method in class be.bosa.commons.eid.jca.BeIDX509KeyManager
 
getClientAliases(String, Principal[]) - Method in class be.bosa.commons.eid.jca.BeIDX509KeyManager
 
getEncoded() - Method in class be.bosa.commons.eid.jca.BeIDPrivateKey
 
getFormat() - Method in class be.bosa.commons.eid.jca.BeIDPrivateKey
 
getLocale() - Method in class be.bosa.commons.eid.jca.BeIDKeyStoreParameter
 
getLocale() - Method in class be.bosa.commons.eid.jca.BeIDManagerFactoryParameters
 
getLogger() - Method in class be.bosa.commons.eid.jca.BeIDKeyStoreParameter
 
getLogoff() - Method in class be.bosa.commons.eid.jca.BeIDKeyStoreParameter
 
getParentComponent() - Method in class be.bosa.commons.eid.jca.BeIDKeyStoreParameter
 
getParentComponent() - Method in class be.bosa.commons.eid.jca.BeIDManagerFactoryParameters
 
getPrivateKey(String) - Method in class be.bosa.commons.eid.jca.BeIDX509KeyManager
 
getProtectionParameter() - Method in class be.bosa.commons.eid.jca.BeIDKeyStoreParameter
 
getServerAliases(String, Principal[]) - Method in class be.bosa.commons.eid.jca.BeIDX509KeyManager
 
getSSLSocketFactory() - Static method in class be.bosa.commons.eid.jca.BeIDSocketFactory
 

N

NAME - Static variable in class be.bosa.commons.eid.jca.BeIDProvider
 

S

setAutoRecovery(boolean) - Method in class be.bosa.commons.eid.jca.BeIDKeyStoreParameter
Sets whether the private keys retrieved from the key store should feature auto-recovery.
setAutoRecovery(boolean) - Method in class be.bosa.commons.eid.jca.BeIDManagerFactoryParameters
Sets whether the private keys retrieved from the key store should feature auto-recovery.
setBeIDCard(BeIDCard) - Method in class be.bosa.commons.eid.jca.BeIDKeyStoreParameter
Sets the BeIDCard to be used by the corresponding KeyStore.
setCardReaderStickiness(boolean) - Method in class be.bosa.commons.eid.jca.BeIDKeyStoreParameter
Sets whether the auto recovery should use card reader stickiness.
setCardReaderStickiness(boolean) - Method in class be.bosa.commons.eid.jca.BeIDManagerFactoryParameters
Sets whether the auto recovery should use card reader stickiness.
setLocale(Locale) - Method in class be.bosa.commons.eid.jca.BeIDKeyStoreParameter
Sets the locale used for the default eID dialogs.
setLocale(Locale) - Method in class be.bosa.commons.eid.jca.BeIDManagerFactoryParameters
Sets the locale used for the default eID dialogs.
setLogger(Logger) - Method in class be.bosa.commons.eid.jca.BeIDKeyStoreParameter
Sets the logger to be used within the BeIDCard sub-system.
setLogoff(boolean) - Method in class be.bosa.commons.eid.jca.BeIDKeyStoreParameter
Set to true if you want an eID logoff to be issued after each PIN entry.
setParentComponent(Component) - Method in class be.bosa.commons.eid.jca.BeIDKeyStoreParameter
Sets the parent component used to position the default eID dialogs.
setParentComponent(Component) - Method in class be.bosa.commons.eid.jca.BeIDManagerFactoryParameters
Sets the parent component used to position the default eID dialogs.
B C E G N S 
Skip navigation links

Copyright © 2012–2019 BOSA. All rights reserved.