We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a81d868 commit 1ccf791Copy full SHA for 1ccf791
src/aws_encryption_sdk/keyring/base.py
@@ -14,6 +14,8 @@
14
15
16
class Keyring(object):
17
+ """Parent interface for Keyring classes.
18
+ """
19
def on_encrypt(self, encryption_materials):
20
"""Generates a data key and encrypts it using all wrapping keys the Keyring is associated with.
21
0 commit comments