Searched refs:blockModes (Results 1 – 6 of 6) sorted by relevance
106 String[] blockModes = in testGetKeySpecWithKeystoreKeyAndKeyInfoReflectsAllAuthorizations() local124 .setBlockModes(blockModes) in testGetKeySpecWithKeystoreKeyAndKeyInfoReflectsAllAuthorizations()137 Arrays.asList(blockModes), keyInfo.getBlockModes()); in testGetKeySpecWithKeystoreKeyAndKeyInfoReflectsAllAuthorizations()
184 String[] blockModes = in testImmutabilityViaSetterParams() local186 String[] originalBlockModes = blockModes.clone(); in testImmutabilityViaSetterParams()209 .setBlockModes(blockModes) in testImmutabilityViaSetterParams()223 blockModes[0] = null; in testImmutabilityViaSetterParams()
248 String[] blockModes = in testImmutabilityViaSetterParams() local250 String[] originalBlockModes = blockModes.clone(); in testImmutabilityViaSetterParams()277 .setBlockModes(blockModes) in testImmutabilityViaSetterParams()293 blockModes[0] = null; in testImmutabilityViaSetterParams()
125 String[] blockModes = new String[] {KeyProperties.BLOCK_MODE_ECB}; in testGetKeySpecWithKeystorePrivateKeyAndKeyInfoReflectsAllAuthorizations() local137 .setBlockModes(blockModes) in testGetKeySpecWithKeystorePrivateKeyAndKeyInfoReflectsAllAuthorizations()150 Arrays.asList(keyInfo.getBlockModes()), blockModes); in testGetKeySpecWithKeystorePrivateKeyAndKeyInfoReflectsAllAuthorizations() local
725 String[] blockModes = in testGenerateHonorsRequestedAuthorizationsHelper() local743 .setBlockModes(blockModes) in testGenerateHonorsRequestedAuthorizationsHelper()757 Arrays.asList(blockModes), keyInfo.getBlockModes()); in testGenerateHonorsRequestedAuthorizationsHelper()
371 String[] blockModes = in testGenerateHonorsRequestedAuthorizationsHelper() local381 .setBlockModes(blockModes) in testGenerateHonorsRequestedAuthorizationsHelper()395 Arrays.asList(keyInfo.getBlockModes()), blockModes); in testGenerateHonorsRequestedAuthorizationsHelper() local