Searched refs:isStrongBoxBacked (Results 1 – 6 of 6) sorted by relevance
256 boolean isStrongBoxBacked) { in KeyProtection() argument277 mIsStrongBoxBacked = isStrongBoxBacked; in KeyProtection()538 public boolean isStrongBoxBacked() { in isStrongBoxBacked() method in KeyProtection981 public Builder setIsStrongBoxBacked(boolean isStrongBoxBacked) { in setIsStrongBoxBacked() argument982 mIsStrongBoxBacked = isStrongBoxBacked; in setIsStrongBoxBacked()
300 boolean isStrongBoxBacked, in KeyGenParameterSpec()349 mIsStrongBoxBacked = isStrongBoxBacked; in KeyGenParameterSpec()680 public boolean isStrongBoxBacked() { in isStrongBoxBacked() method in KeyGenParameterSpec1305 public Builder setIsStrongBoxBacked(boolean isStrongBoxBacked) { in setIsStrongBoxBacked() argument1306 mIsStrongBoxBacked = isStrongBoxBacked; in setIsStrongBoxBacked()
357 if (spec.isStrongBoxBacked()) { in setPrivateKeyEntry()727 if (params.isStrongBoxBacked()) { in setSecretKeyEntry()
458 if (mSpec.isStrongBoxBacked()) { in generateKeyPair()
39240 Landroid/security/keystore/KeyGenParameterSpec;->isStrongBoxBacked()Z
38610 method public boolean isStrongBoxBacked();