Searched refs:mEncodedCertPath (Results 1 – 2 of 2) sorted by relevance
39 private final byte[] mEncodedCertPath; field in RecoveryCertPath65 return decodeCertPath(mEncodedCertPath); in getCertPath()69 mEncodedCertPath = Objects.requireNonNull(encodedCertPath); in RecoveryCertPath()73 mEncodedCertPath = in.createByteArray(); in RecoveryCertPath()89 out.writeByteArray(mEncodedCertPath); in writeToParcel()
47661 Landroid/security/keystore/recovery/RecoveryCertPath;->mEncodedCertPath:[B