Don't explicitly clear PIN when verifying admin PIN.

The PIN is cleared anyway when the Passphrase object holding the PIN is
freed.
This commit is contained in:
Christian Hagau 2021-04-02 00:00:00 +00:00
parent 663fb1259f
commit 178e7856b2
1 changed files with 0 additions and 1 deletions

View File

@ -414,7 +414,6 @@ public class SecurityTokenConnection {
// delete secrets from memory
Arrays.fill(pin, (byte) 0);
Arrays.fill(transformedPin, (byte) 0);
adminPin.removeFromMemory();
ResponseApdu response = communicate(verifyPw3Command);
if (!response.isSuccess()) {