wiithon.disc.structs.signature module

class wiithon.disc.structs.signature.SignatureType(*values)[source]

Bases: IntEnum

Cryptographic signature type (Signed Blob Header) Used in Tickets, TMDs and Certificates to identify the signature algorithm

NONE = 4294967295
RSA_4096 = 65536
RSA_2048 = 65537
ELLIPSIS = 65538
class wiithon.disc.structs.signature.KeyType(*values)[source]

Bases: IntEnum

Public Key type in certificate

NONE = 4294967295
RSA_4096 = 0
RSA_2048 = 1
ECC_B233 = 2