Home
last modified time | relevance | path

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

/aosp14/frameworks/base/keystore/java/android/security/keystore/
H A DKeyProtection.java264 boolean rollbackResistant) { in KeyProtection() argument
288 mRollbackResistant = rollbackResistant; in KeyProtection()
1124 public Builder setRollbackResistant(boolean rollbackResistant) { in setRollbackResistant() argument
1125 mRollbackResistant = rollbackResistant; in setRollbackResistant()