The number of certificate embded in the :class:`CryptObject` :type: :class:`int`
(self)
| 36 | |
| 37 | @property |
| 38 | def nb_cert(self): |
| 39 | """The number of certificate embded in the :class:`CryptObject` |
| 40 | |
| 41 | :type: :class:`int` |
| 42 | """ |
| 43 | return self.get_param(gdef.CMSG_CERT_COUNT_PARAM) |
| 44 | |
| 45 | def get_raw_cert(self, index=0): |
| 46 | return self.get_param(gdef.CMSG_CERT_PARAM, index) |