Searched refs:TEST_VAULT_PARAMS (Results 1 – 2 of 2) sorted by relevance
119 private static final byte[] TEST_VAULT_PARAMS = new byte[] { field in RecoverableKeyStoreManagerTest754 TEST_VAULT_PARAMS, in startRecoverySession_checksPermissionFirst()770 TEST_VAULT_PARAMS, in startRecoverySessionWithCertPath_storesTheSessionInfo()788 TEST_VAULT_PARAMS, in startRecoverySessionWithCertPath_checksPermissionFirst()802 TEST_VAULT_PARAMS, in startRecoverySession_storesTheSessionInfo()818 TEST_VAULT_PARAMS, in closeSession_closesASession()832 TEST_VAULT_PARAMS, in closeSession_doesNotCloseUnrelatedSessions()857 TEST_VAULT_PARAMS, in startRecoverySession_throwsIfBadNumberOfSecrets()869 byte[] vaultParams = TEST_VAULT_PARAMS.clone(); in startRecoverySession_throwsIfPublicKeysMismatch()893 TEST_VAULT_PARAMS, in startRecoverySessionWithCertPath_throwsIfBadNumberOfSecrets()[all …]
42 private static final byte[] TEST_VAULT_PARAMS = getUtf8Bytes("vault params vault params"); field in RecoverySessionStorageTest172 return Arrays.copyOf(TEST_VAULT_PARAMS, TEST_VAULT_PARAMS.length); in vaultParamsFixture()