Part of lp.services.crypto.tests.test_model View In Hierarchy
| Method | __init__ | Undocumented |
| Method | public_key_bytes | The serialised public key as a byte string. |
| Method | private_key_bytes | The serialised private key as a byte string. |
Inherited from NaClEncryptedContainerBase:
| Method | public_key | The public key as a L{nacl.public.PublicKey}. |
| Method | can_encrypt | Undocumented |
| Method | encrypt | See IEncryptedContainer. |
| 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.