{
    "Function": "decodeCert",
    "File": "packages/protocol/contracts/automata-attestation/lib/interfaces/IPEMCertChainLib.sol",
    "Parent Contracts": [],
    "High-Level Calls": [],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function decodeCert(\n        bytes memory der,\n        bool isPckCert\n    )\n        external\n        pure\n        returns (bool success, ECSha256Certificate memory cert);"
}