Structs§
- 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.
- X.509 certificates and related items that are signed are almost always encoded in the format “tbs||signatureAlgorithm||signature”. This structure captures this pattern.
Functions§
- Verify
signed_data
using the public key in the DER-encoded SubjectPublicKeyInfospki
using one of the algorithms insupported_algorithms
.