# Sample package ```{eval-rst} .. automodule:: sec_certs.sample :no-members: ``` ```{tip} The examples related to this package can be found in the [common criteria notebook](./../notebooks/examples/cc.ipynb) and the [fips notebook](./../notebooks/examples/fips.ipynb). ``` ## CCCertificate ```{eval-rst} .. currentmodule:: sec_certs.sample .. autoclass:: CCCertificate :members: ``` ## ProtectionProfile ```{eval-rst} .. currentmodule:: sec_certs.sample .. autoclass:: ProtectionProfile :members: ``` ## FIPSCertificate ```{eval-rst} .. currentmodule:: sec_certs.sample .. autoclass:: FIPSCertificate :members: ```