Searched refs:retrieveKey (Results 1 – 4 of 4) sorted by relevance
113 return toHexString(retrieveKey(keyName)); in retrieveKeyHexString()116 public byte[] retrieveKey(String keyName) throws IOException { in retrieveKey() method in SystemKeyStore
81 byte[] escrowKeyBytes = rebootEscrow.retrieveKey(); in getAndClearRebootEscrowKey()
551 when(mRebootEscrow.retrieveKey()).thenAnswer(invocation -> keyByteCaptor.getValue()); in loadRebootEscrowDataIfAvailable_Success()554 verify(mRebootEscrow).retrieveKey(); in loadRebootEscrowDataIfAvailable_Success()1207 when(mRebootEscrow.retrieveKey()).thenReturn(new byte[32]); in loadRebootEscrowDataIfAvailable_TooManyBootsInBetween_NoMetrics()1210 verify(mRebootEscrow).retrieveKey(); in loadRebootEscrowDataIfAvailable_TooManyBootsInBetween_NoMetrics()1235 when(mRebootEscrow.retrieveKey()).thenReturn(new byte[32]); in loadRebootEscrowDataIfAvailable_ManualReboot_Failure_NoMetrics()1270 when(mRebootEscrow.retrieveKey()).thenAnswer(invocation -> keyByteCaptor.getValue()); in loadRebootEscrowDataIfAvailable_OTAFromBeforeArmedStatus_SuccessMetrics()1311 when(mRebootEscrow.retrieveKey()).thenAnswer(invocation -> null); in loadRebootEscrowDataIfAvailable_RestoreUnsuccessful_Failure()1313 verify(mRebootEscrow).retrieveKey(); in loadRebootEscrowDataIfAvailable_RestoreUnsuccessful_Failure()
48701 Landroid/security/SystemKeyStore;->retrieveKey(Ljava/lang/String;)[B