Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ecsec Public
reqesidta-prototype
client-signer
Commits
dcc64d1b
Commit
dcc64d1b
authored
Oct 08, 2019
by
Tobias Wich
Browse files
Don't call reflection stuff to revive PCSC as it is not allowed in modularized java
parent
dfa287b9
Changes
1
Hide whitespace changes
Inline
Side-by-side
ifd/scio-backend/pcsc/src/main/java/org/openecard/scio/PCSCFactory.java
View file @
dcc64d1b
...
...
@@ -92,10 +92,10 @@ public class PCSCFactory implements org.openecard.common.ifd.scio.TerminalFactor
while
(!
initLock
.
isDone
())
{
try
{
LOG
.
debug
(
"Trying to initialize PCSC subsystem again."
);
re
loadPCSC
Int
();
loadPCSC
();
initLock
.
complete
(
null
);
LOG
.
info
(
"Successfully initialized PCSC subsystem"
);
}
catch
(
Exception
exInner
)
{
}
catch
(
NoSuchAlgorithm
Exception
exInner
)
{
if
(
isNoServiceException
(
exInner
))
{
try
{
LOG
.
debug
(
"Retrying PCSC initialization in 5 seconds."
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment