Module webpki::signed_data

source Β·

Structs§

  • OwnedSignedData πŸ”’
    X.509 certificates and related items that are signed are almost always encoded in the format β€œtbs||signatureAlgorithm||signature”. This structure captures this pattern as an owned data type.
  • A signature algorithm.
  • SignedData πŸ”’
    X.509 certificates and related items that are signed are almost always encoded in the format β€œtbs||signatureAlgorithm||signature”. This structure captures this pattern.

Constants§

Statics§

Functions§

  • verify_signature πŸ”’
  • Verify signed_data using the public key in the DER-encoded SubjectPublicKeyInfo spki using one of the algorithms in supported_algorithms.