mirror of
https://github.com/status-im/status-keycard.git
synced 2025-01-13 23:35:30 +00:00
test master key reset
This commit is contained in:
parent
c4b0da3703
commit
dc2af3b4fb
@ -408,6 +408,11 @@ public class WalletAppletTest {
|
|||||||
response = cmdSet.deriveKey(new byte[] {0x00, 0x00, 0x00, 0x01, (byte) 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02});
|
response = cmdSet.deriveKey(new byte[] {0x00, 0x00, 0x00, 0x01, (byte) 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02});
|
||||||
assertEquals(0x9000, response.getSW());
|
assertEquals(0x9000, response.getSW());
|
||||||
verifyKeyDerivation(keyPair, chainCode, new int[] { 1, 0x80000000, 2});
|
verifyKeyDerivation(keyPair, chainCode, new int[] { 1, 0x80000000, 2});
|
||||||
|
|
||||||
|
// Reset master key
|
||||||
|
response = cmdSet.deriveKey(new byte[0]);
|
||||||
|
assertEquals(0x9000, response.getSW());
|
||||||
|
verifyKeyDerivation(keyPair, chainCode, new int[0]);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
|
Loading…
x
Reference in New Issue
Block a user