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.java268 boolean isStrongBoxBacked, in KeyProtection()
592 public boolean isStrongBoxBacked() { in isStrongBoxBacked() method in KeyProtection
1172 public Builder setIsStrongBoxBacked(boolean isStrongBoxBacked) { in setIsStrongBoxBacked()
DKeyGenParameterSpec.java341 public KeyGenParameterSpec( in KeyGenParameterSpec()
878 public boolean isStrongBoxBacked() { in isStrongBoxBacked() method in KeyGenParameterSpec
1720 public Builder setIsStrongBoxBacked(boolean isStrongBoxBacked) { in setIsStrongBoxBacked()
/frameworks/base/keystore/java/android/security/keystore2/
DAndroidKeyStoreKeyPairGeneratorSpi.java1022 boolean isStrongBoxBacked, in checkValidKeySize()