Struct xbe::cert::Certificate[][src]

pub struct Certificate { /* fields omitted */ }

A certificate included in an XBE image.

The certificate contains various information about the game (such as its title, region and ratings), as well as a few signing keys.

Returned by Header::cert.

Methods

impl Certificate
[src]

Returns the time at which this certificate was created.

Returns the primary title ID of the game.

For homebrew, this might be 0.

Returns the alternate title IDs of the game.

Likely, not all of these are used, with the rest being set to 0.

Bit flags indicating the allowed media types for distribution of the game.

Bit flags of regions in which this game is available.

Disk this certificate was created for. Likely 0.

Certificate version / revision.

Trait Implementations

impl Debug for Certificate
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Certificate

impl Sync for Certificate