Home
last modified time | relevance | path

Searched defs:isStrongBoxBacked (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/keystore/java/android/security/keystore/
DKeyProtection.java261 boolean isStrongBoxBacked, in KeyProtection()
550 public boolean isStrongBoxBacked() { in isStrongBoxBacked() method in KeyProtection
1053 public Builder setIsStrongBoxBacked(boolean isStrongBoxBacked) { in setIsStrongBoxBacked()
DKeyGenParameterSpec.java332 public KeyGenParameterSpec( in KeyGenParameterSpec()
829 public boolean isStrongBoxBacked() { in isStrongBoxBacked() method in KeyGenParameterSpec
1631 public Builder setIsStrongBoxBacked(boolean isStrongBoxBacked) { in setIsStrongBoxBacked()
/frameworks/base/keystore/java/android/security/keystore2/
DAndroidKeyStoreKeyPairGeneratorSpi.java867 boolean isStrongBoxBacked) in checkValidKeySize()