Home
last modified time | relevance | path

Searched refs:isStrongBoxBacked (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/keystore/java/android/security/keystore/
DKeyProtection.java256 boolean isStrongBoxBacked) { in KeyProtection() argument
277 mIsStrongBoxBacked = isStrongBoxBacked; in KeyProtection()
538 public boolean isStrongBoxBacked() { in isStrongBoxBacked() method in KeyProtection
981 public Builder setIsStrongBoxBacked(boolean isStrongBoxBacked) { in setIsStrongBoxBacked() argument
982 mIsStrongBoxBacked = isStrongBoxBacked; in setIsStrongBoxBacked()
DKeyGenParameterSpec.java300 boolean isStrongBoxBacked, in KeyGenParameterSpec()
349 mIsStrongBoxBacked = isStrongBoxBacked; in KeyGenParameterSpec()
680 public boolean isStrongBoxBacked() { in isStrongBoxBacked() method in KeyGenParameterSpec
1305 public Builder setIsStrongBoxBacked(boolean isStrongBoxBacked) { in setIsStrongBoxBacked() argument
1306 mIsStrongBoxBacked = isStrongBoxBacked; in setIsStrongBoxBacked()
DAndroidKeyStoreSpi.java357 if (spec.isStrongBoxBacked()) { in setPrivateKeyEntry()
727 if (params.isStrongBoxBacked()) { in setSecretKeyEntry()
DAndroidKeyStoreKeyPairGeneratorSpi.java458 if (mSpec.isStrongBoxBacked()) { in generateKeyPair()
/frameworks/base/config/
Dhiddenapi-public-dex.txt39240 Landroid/security/keystore/KeyGenParameterSpec;->isStrongBoxBacked()Z
/frameworks/base/api/
Dcurrent.txt38610 method public boolean isStrongBoxBacked();