signer.models¶
Contains Models For Signers App.
Classes¶
Contains fields for signer model. |
|
Model to store signed messages, its signature and certificate(with public key). |
Module Contents¶
- class signer.models.SignerModel(*args, **kwargs)[source]¶
Bases:
util.db.CustomDeleteActionModelContains fields for signer model.
- __str__()[source]¶
To represent the signer object with its unique name.
Returns: Give out signer objects unique name.
- Return type:
str
- property signature_suite: trustpoint_core.oid.SignatureSuite[source]¶
The signature suite for the CA public key certificate.
- Return type:
trustpoint_core.oid.SignatureSuite
- property public_key_info: trustpoint_core.oid.PublicKeyInfo[source]¶
The public key info for the CA certificate’s public key.
- Return type:
trustpoint_core.oid.PublicKeyInfo
- property hash_algorithm: str[source]¶
Returns the hash algorithm name used by this signer’s certificate.
- Return type:
str