partition_data_manager: Add accessor for decrypted PRODINFO partition

This commit is contained in:
Zach Hilman 2019-04-10 10:22:38 -04:00
parent e443d76a29
commit 42252d9796
2 changed files with 5 additions and 0 deletions

View file

@ -84,6 +84,7 @@ public:
bool HasProdInfo() const;
FileSys::VirtualFile GetProdInfoRaw() const;
void DecryptProdInfo(std::array<u8, 0x20> bis_key);
FileSys::VirtualFile GetDecryptedProdInfo() const;
std::array<u8, 0x240> GetETicketExtendedKek() const;
private: