Skip to main content

entity.authenticity.signature

Signature Objects

class Signature()

Represents a cryptographic signature along with additional metadata.

__init__

def __init__(signature: str, alg: str, kid: str, message_hash: str,
subject: str) -> None

Constructs a Signature object with the specified parameters.