Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/security/
DAndroidKeystoreAttestationVerificationAttributes.java118 private Integer mKeyBootPatchLevel = null; field in AndroidKeystoreAttestationVerificationAttributes
218 if (mKeyBootPatchLevel == null) { in getKeyBootPatchLevel()
221 return mKeyBootPatchLevel; in getKeyBootPatchLevel()
375 this.mKeyBootPatchLevel = getIntegerFromAsn1(taggedEntry.getObject()); in AndroidKeystoreAttestationVerificationAttributes()