refresh connection capabilities after token reset

This commit is contained in:
Vincent Breitmoser 2017-11-22 15:11:54 +01:00
parent 21d533902e
commit 8c2c131be6

View file

@ -946,6 +946,8 @@ public class SecurityTokenConnection {
if (!response2.isSuccess()) {
throw new CardException("Reactivating failed!", response2.getSw());
}
refreshConnectionCapabilities();
}
/**