Part of lp.services.crypto.model View In Hierarchy
Known subclasses: lp.services.crypto.tests.test_model.FakeEncryptedContainer, lp.snappy.model.snap.SnapStoreSecretsEncryptedContainer
See IEncryptedContainer.
| Method | public_key_bytes | The serialised public key as a byte string. |
| Method | public_key | The public key as a L{nacl.public.PublicKey}. |
| Method | can_encrypt | Undocumented |
| Method | encrypt | See IEncryptedContainer. |
| Method | private_key_bytes | The serialised private key as a byte string. |
| Method | private_key | The private key as a L{nacl.public.PrivateKey}. |
| Method | can_decrypt | Undocumented |
| Method | decrypt | See IEncryptedContainer. |
Concrete implementations must provide this.
Concrete implementations must provide this.