Searched refs:KEY_CLAIMANT_LENGTH_BYTES (Results 1 – 3 of 3) sorted by relevance
68 private static final int KEY_CLAIMANT_LENGTH_BYTES = 16; field in KeySyncUtils195 byte[] key = new byte[KEY_CLAIMANT_LENGTH_BYTES]; in generateKeyClaimant()
57 private static final int KEY_CLAIMANT_LENGTH_BYTES = 16; field in KeySyncUtilsTest111 assertEquals(KEY_CLAIMANT_LENGTH_BYTES, keyClaimant.length); in generateKeyClaimant_returns16Bytes()
141 private static final int KEY_CLAIMANT_LENGTH_BYTES = 16; field in RecoverableKeyStoreManagerTest778 assertEquals(KEY_CLAIMANT_LENGTH_BYTES, entry.getKeyClaimant().length); in startRecoverySessionWithCertPath_storesTheSessionInfo()810 assertEquals(KEY_CLAIMANT_LENGTH_BYTES, entry.getKeyClaimant().length); in startRecoverySession_storesTheSessionInfo()