Certificate Verify

class siotls.contents.handshakes.certificate_verify.CertificateVerify

Certificate Verify handshake as defined in RFC 8446 Section 4.4.3. Follows Certificate to prove that an endpoint possesses the private key corresponding to its certificate or raw public key.

__init__(algorithm, signature)
Parameters:
algorithm: SignatureScheme | int

The cryptographic algorithm used to generate the signature.

msg_type: HandshakeType | HandshakeType_ = 15

The unique numeric identifier of the handshake.

signature: bytes

The opaque data generated by the signature algorithm.