Skip to content

Commit f71e23e

Browse files
committed
adding explicit statement about supported AlgorithmSuites
1 parent 4a20ce1 commit f71e23e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/aws_encryption_sdk/identifiers.py

+2
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,8 @@ def __init__(self, algorithm, hash_algorithm, signature_length):
135135
class AlgorithmSuite(Enum): # pylint: disable=too-many-instance-attributes
136136
"""Static combinations of encryption, KDF, and authentication algorithms.
137137
138+
.. warning:: No AlgorithmSuites except those defined here are supported.
139+
138140
:param int algorithm_id: KMS Encryption Algorithm ID
139141
:param encryption_suite: EncryptionSuite to use with this AlgorithmSuite
140142
:type encryption_suite: aws_encryption_sdk.identifiers.EncryptionSuite

0 commit comments

Comments
 (0)