Home
last modified time | relevance | path

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

/frameworks/base/keystore/java/android/security/keystore2/
DAndroidKeyStoreSecretKeyFactorySpi.java78 String[] encryptionPaddings; in getKeyInfo() local
222 encryptionPaddings = in getKeyInfo()
250 encryptionPaddings, in getKeyInfo()
/frameworks/base/keystore/java/android/security/keystore/
DKeyInfo.java103 @KeyProperties.EncryptionPaddingEnum String[] encryptionPaddings, in KeyInfo() argument
127 ArrayUtils.cloneIfNotEmpty(ArrayUtils.nullToEmpty(encryptionPaddings)); in KeyInfo()
DParcelableKeyGenParameterSpec.java166 final String[] encryptionPaddings = in.createStringArray(); in ParcelableKeyGenParameterSpec() local
205 encryptionPaddings, in ParcelableKeyGenParameterSpec()
DKeyProtection.java252 @KeyProperties.EncryptionPaddingEnum String[] encryptionPaddings, in KeyProtection() argument
276 ArrayUtils.cloneIfNotEmpty(ArrayUtils.nullToEmpty(encryptionPaddings)); in KeyProtection()
DKeyGenParameterSpec.java356 @KeyProperties.EncryptionPaddingEnum String[] encryptionPaddings, in KeyGenParameterSpec() argument
419 ArrayUtils.cloneIfNotEmpty(ArrayUtils.nullToEmpty(encryptionPaddings)); in KeyGenParameterSpec()