Searched refs:mVerifiedBootKey (Results 1 – 1 of 1) sorted by relevance
37 private final byte[] mVerifiedBootKey; field in RootOfTrust54 mVerifiedBootKey = in RootOfTrust()71 this.mVerifiedBootKey = verifiedBootKey; in RootOfTrust()93 return mVerifiedBootKey; in getVerifiedBootKey()112 .append(mVerifiedBootKey != null in toString()113 ? BaseEncoding.base64().encode(mVerifiedBootKey) in toString()127 private byte[] mVerifiedBootKey; field in RootOfTrust.Builder133 this.mVerifiedBootKey = verifiedBootKey; in setVerifiedBootKey()149 return new RootOfTrust(mVerifiedBootKey, mDeviceLocked, in build()