Searched refs:getBlockModes (Results 1 – 13 of 13) sorted by relevance
223 public @KeyProperties.BlockModeEnum String[] getBlockModes() { in getBlockModes() method in KeyInfo
625 public @KeyProperties.BlockModeEnum String[] getBlockModes() { in getBlockModes() method in KeyGenParameterSpec973 mBlockModes = sourceSpec.getBlockModes(); in Builder()
96 out.writeStringArray(mSpec.getBlockModes()); in writeToParcel()
388 public @KeyProperties.BlockModeEnum String[] getBlockModes() { in getBlockModes() method in KeyProtection
154 getEncryptKeyProtection().getBlockModes()); in init_createsEncryptKeyWithCorrectBlockModes()196 getDecryptKeyProtection().getBlockModes()); in init_createsDecryptKeyWithCorrectBlockModes()
106 assertThat(spec.getBlockModes(), is(new String[] {BLOCK_MODE})); in validateSpecValues()
201 mKeymasterBlockModes = KeyProperties.BlockMode.allToKeymaster(spec.getBlockModes()); in engineInit()
485 for (String blockMode : spec.getBlockModes()) { in setPrivateKeyEntry()725 for (String blockMode : params.getBlockModes()) { in setSecretKeyEntry()
261 mKeymasterBlockModes = KeyProperties.BlockMode.allToKeymaster(spec.getBlockModes()); in initialize()
META-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
37522 method @NonNull public String[] getBlockModes();37585 method @NonNull public String[] getBlockModes();37670 method @NonNull public String[] getBlockModes();
13993 HSPLandroid/security/keystore/KeyGenParameterSpec;->getBlockModes()[Ljava/lang/String;
13983 HSPLandroid/security/keystore/KeyGenParameterSpec;->getBlockModes()[Ljava/lang/String;