Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/security/keystore/recovery/
H A DRecoveryCertPath.java39 private final byte[] mEncodedCertPath; field in RecoveryCertPath
65 return decodeCertPath(mEncodedCertPath); in getCertPath()
69 mEncodedCertPath = Objects.requireNonNull(encodedCertPath); in RecoveryCertPath()
73 mEncodedCertPath = in.createByteArray(); in RecoveryCertPath()
89 out.writeByteArray(mEncodedCertPath); in writeToParcel()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt51627 Landroid/security/keystore/recovery/RecoveryCertPath;->mEncodedCertPath:[B