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 4b91057688
commit b4164d295b
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: