We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 036662f commit cbf72ffCopy full SHA for cbf72ff
examples/src/keyrings/aws_kms_rsa_keyring_example.py
@@ -83,7 +83,7 @@ def encrypt_and_decrypt_with_keyring(
83
84
# # Create the AWS KMS RSA keyring input
85
# For more information on the allowed encryption algorithms, please see
86
- # https://github.com/awslabs/aws-encryption-sdk-specification/blob/master/framework/aws-kms/aws-kms-rsa-keyring.md#supported-padding-schemes
+ # https://docs.aws.amazon.com/kms/latest/developerguide/asymmetric-key-specs.html#key-spec-rsa
87
keyring_input: CreateAwsKmsRsaKeyringInput = CreateAwsKmsRsaKeyringInput(
88
public_key=public_key,
89
kms_key_id=kms_rsa_key_id,
0 commit comments