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