Searched refs:KEY_CLAIMANT_LENGTH_BYTES (Results 1 – 3 of 3) sorted by relevance
66 private static final int KEY_CLAIMANT_LENGTH_BYTES = 16; field in KeySyncUtils193 byte[] key = new byte[KEY_CLAIMANT_LENGTH_BYTES]; in generateKeyClaimant()
54 private static final int KEY_CLAIMANT_LENGTH_BYTES = 16; field in KeySyncUtilsTest108 assertEquals(KEY_CLAIMANT_LENGTH_BYTES, keyClaimant.length); in generateKeyClaimant_returns16Bytes()
130 private static final int KEY_CLAIMANT_LENGTH_BYTES = 16; field in RecoverableKeyStoreManagerTest737 assertEquals(KEY_CLAIMANT_LENGTH_BYTES, entry.getKeyClaimant().length); in startRecoverySessionWithCertPath_storesTheSessionInfo()768 assertEquals(KEY_CLAIMANT_LENGTH_BYTES, entry.getKeyClaimant().length); in startRecoverySession_storesTheSessionInfo()