summaryrefslogtreecommitdiff
path: root/ng/include/AndroidRemotelyProvisionedComponentDevice.h
diff options
context:
space:
mode:
Diffstat (limited to 'ng/include/AndroidRemotelyProvisionedComponentDevice.h')
-rw-r--r--ng/include/AndroidRemotelyProvisionedComponentDevice.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/ng/include/AndroidRemotelyProvisionedComponentDevice.h b/ng/include/AndroidRemotelyProvisionedComponentDevice.h
index eef81f3..9879a94 100644
--- a/ng/include/AndroidRemotelyProvisionedComponentDevice.h
+++ b/ng/include/AndroidRemotelyProvisionedComponentDevice.h
@@ -46,6 +46,10 @@ class AndroidRemotelyProvisionedComponentDevice : public BnRemotelyProvisionedCo
DeviceInfo* deviceInfo, ProtectedData* protectedData,
std::vector<uint8_t>* keysToSignMac) override;
+ ScopedAStatus generateCertificateRequestV2(const std::vector<MacedPublicKey>& keysToSign,
+ const std::vector<uint8_t>& challenge,
+ std::vector<uint8_t>* csr) override;
+
private:
std::shared_ptr<::keymaster::AndroidKeymaster> impl_;
};