Minor change
This commit is contained in:
@@ -31,6 +31,9 @@ class KeyboxClientCert : public ClientCert {
|
||||
|
||||
const std::string& encrypted_key() const override { return unimplemented_; }
|
||||
const std::string& key() const override { return device_key_; }
|
||||
SignedMessage::SessionKeyType key_type() const override {
|
||||
return SignedMessage::WRAPPED_AES_KEY;
|
||||
}
|
||||
const std::string& serial_number() const override { return serial_number_; }
|
||||
const std::string& service_id() const override { return unimplemented_; }
|
||||
const std::string& signing_key() const override { return signing_key_; }
|
||||
|
||||
Reference in New Issue
Block a user