aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/api/sample.md
blob: 1690ea336d4871705ddd30264ba9c412d2e6b4cd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# 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:
```