Home
last modified time | relevance | path

Searched refs:encryptionPaddings (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/keystore/java/android/security/keystore/
DAndroidKeyStoreSecretKeyFactorySpi.java93 String[] encryptionPaddings; in getKeyInfo() local
143 encryptionPaddings = in getKeyInfo()
203 encryptionPaddings, in getKeyInfo()
DKeyInfo.java98 @KeyProperties.EncryptionPaddingEnum String[] encryptionPaddings, in KeyInfo() argument
118 ArrayUtils.cloneIfNotEmpty(ArrayUtils.nullToEmpty(encryptionPaddings)); in KeyInfo()
DParcelableKeyGenParameterSpec.java149 final String[] encryptionPaddings = in.createStringArray(); in ParcelableKeyGenParameterSpec() local
180 encryptionPaddings, in ParcelableKeyGenParameterSpec()
DKeyProtection.java243 @KeyProperties.EncryptionPaddingEnum String[] encryptionPaddings, in KeyProtection() argument
263 ArrayUtils.cloneIfNotEmpty(ArrayUtils.nullToEmpty(encryptionPaddings)); in KeyProtection()
DKeyGenParameterSpec.java296 @KeyProperties.EncryptionPaddingEnum String[] encryptionPaddings, in KeyGenParameterSpec() argument
345 ArrayUtils.cloneIfNotEmpty(ArrayUtils.nullToEmpty(encryptionPaddings)); in KeyGenParameterSpec()