Searched refs:blockModes (Results 1 – 6 of 6) sorted by relevance
154 String[] blockModes = in testImmutabilityViaSetterParams() local156 String[] originalBlockModes = blockModes.clone(); in testImmutabilityViaSetterParams()176 .setBlockModes(blockModes) in testImmutabilityViaSetterParams()186 blockModes[0] = null; in testImmutabilityViaSetterParams()
96 String[] blockModes = in testGetKeySpecWithKeystoreKeyAndKeyInfoReflectsAllAuthorizations() local114 .setBlockModes(blockModes) in testGetKeySpecWithKeystoreKeyAndKeyInfoReflectsAllAuthorizations()127 Arrays.asList(blockModes), keyInfo.getBlockModes()); in testGetKeySpecWithKeystoreKeyAndKeyInfoReflectsAllAuthorizations()
200 String[] blockModes = in testImmutabilityViaSetterParams() local202 String[] originalBlockModes = blockModes.clone(); in testImmutabilityViaSetterParams()226 .setBlockModes(blockModes) in testImmutabilityViaSetterParams()238 blockModes[0] = null; in testImmutabilityViaSetterParams()
100 String[] blockModes = new String[] {KeyProperties.BLOCK_MODE_ECB}; in testGetKeySpecWithKeystorePrivateKeyAndKeyInfoReflectsAllAuthorizations() local112 .setBlockModes(blockModes) in testGetKeySpecWithKeystorePrivateKeyAndKeyInfoReflectsAllAuthorizations()125 Arrays.asList(keyInfo.getBlockModes()), blockModes); in testGetKeySpecWithKeystorePrivateKeyAndKeyInfoReflectsAllAuthorizations() local
683 String[] blockModes = in testGenerateHonorsRequestedAuthorizationsHelper() local701 .setBlockModes(blockModes) in testGenerateHonorsRequestedAuthorizationsHelper()715 Arrays.asList(blockModes), keyInfo.getBlockModes()); in testGenerateHonorsRequestedAuthorizationsHelper()
321 String[] blockModes = in testGenerateHonorsRequestedAuthorizationsHelper() local331 .setBlockModes(blockModes) in testGenerateHonorsRequestedAuthorizationsHelper()345 Arrays.asList(keyInfo.getBlockModes()), blockModes); in testGenerateHonorsRequestedAuthorizationsHelper() local