ReferenceentityauthenticitysignatureOn this pageentity.authenticity.signatureSignature 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.