return the requisite *PublicKey class from the cryptography library
(self)
| 394 | |
| 395 | @abc.abstractmethod |
| 396 | def __pubkey__(self): |
| 397 | """return the requisite *PublicKey class from the cryptography library""" |
| 398 | |
| 399 | def __len__(self): |
| 400 | return sum(len(getattr(self, i)) for i in self.__pubfields__) |
no outgoing calls
no test coverage detected