class documentation
The key used for encryption.
| Method | __init__ |
Create EncryptionKey instance. |
| Method | __repr__ |
Undocumented |
| Method | __str__ |
Undocumented |
| Property | key |
Returns the key, which is usually the key file's name. |
| Property | metadata |
Returns the metadata associated with the key. |
| Property | value |
Returns the value, which is usually the key bytes used for encryption. |
| Instance Variable | _key |
Undocumented |
Create EncryptionKey instance.
| Parameters | |
key:_pulsar.EncryptionKey | The underlying EncryptionKey instance from the C extension. |