You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@javadoc("The Cryprographic Materials Manager that the created Required Encryption Context Cryptographic Materials Manager will delegate to. Either a Keyring or underlying Cryprographic Materials Manager must be specified.")
153
+
@javadoc("The Cryptographic Materials Manager that the created Required Encryption Context Cryptographic Materials Manager will delegate to. Either a Keyring or underlying Cryptographic Materials Manager must be specified.")
@javadoc("The Keyring that the created Cryprographic Materials Manager will use to wrap data keys. The created Required Encryption Context CMM will delegate to a Default Cryptographic Materials Manager created with this Keyring. Either a Keyring or an underlying Cryprographic Materials Manager must be specified as input.")
155
+
@javadoc("The Keyring that the created Cryptographic Materials Manager will use to wrap data keys. The created Required Encryption Context CMM will delegate to a Default Cryptographic Materials Manager created with this Keyring. Either a Keyring or an underlying Cryptographic Materials Manager must be specified as input.")
156
156
keyring: KeyringReference,
157
157
@required
158
158
@javadoc("A list of Encryption Context keys which are required to be supplied during encryption and decryption, and correspond to Encryption Context key-value pairs which are not stored on the resulting message.")
Copy file name to clipboardExpand all lines: AwsCryptographicMaterialProviders/runtimes/java/src/main/smithy-generated/software/amazon/cryptography/materialproviders/model/CreateDefaultCryptographicMaterialsManagerInput.java
Copy file name to clipboardExpand all lines: AwsCryptographicMaterialProviders/runtimes/java/src/main/smithy-generated/software/amazon/cryptography/materialproviders/model/CreateRequiredEncryptionContextCMMInput.java
* The Cryprographic Materials Manager that the created Required Encryption Context Cryptographic Materials Manager will delegate to. Either a Keyring or underlying Cryprographic Materials Manager must be specified.
19
+
* The Cryptographic Materials Manager that the created Required Encryption Context Cryptographic Materials Manager will delegate to. Either a Keyring or underlying Cryptographic Materials Manager must be specified.
* The Keyring that the created Cryprographic Materials Manager will use to wrap data keys. The created Required Encryption Context CMM will delegate to a Default Cryptographic Materials Manager created with this Keyring. Either a Keyring or an underlying Cryprographic Materials Manager must be specified as input.
24
+
* The Keyring that the created Cryptographic Materials Manager will use to wrap data keys. The created Required Encryption Context CMM will delegate to a Default Cryptographic Materials Manager created with this Keyring. Either a Keyring or an underlying Cryptographic Materials Manager must be specified as input.
* @return The Cryprographic Materials Manager that the created Required Encryption Context Cryptographic Materials Manager will delegate to. Either a Keyring or underlying Cryprographic Materials Manager must be specified.
41
+
* @return The Cryptographic Materials Manager that the created Required Encryption Context Cryptographic Materials Manager will delegate to. Either a Keyring or underlying Cryptographic Materials Manager must be specified.
* @return The Keyring that the created Cryprographic Materials Manager will use to wrap data keys. The created Required Encryption Context CMM will delegate to a Default Cryptographic Materials Manager created with this Keyring. Either a Keyring or an underlying Cryprographic Materials Manager must be specified as input.
48
+
* @return The Keyring that the created Cryptographic Materials Manager will use to wrap data keys. The created Required Encryption Context CMM will delegate to a Default Cryptographic Materials Manager created with this Keyring. Either a Keyring or an underlying Cryptographic Materials Manager must be specified as input.
49
49
*/
50
50
publicIKeyringkeyring() {
51
51
returnthis.keyring;
@@ -68,22 +68,22 @@ public static Builder builder() {
68
68
69
69
publicinterfaceBuilder {
70
70
/**
71
-
* @param underlyingCMM The Cryprographic Materials Manager that the created Required Encryption Context Cryptographic Materials Manager will delegate to. Either a Keyring or underlying Cryprographic Materials Manager must be specified.
71
+
* @param underlyingCMM The Cryptographic Materials Manager that the created Required Encryption Context Cryptographic Materials Manager will delegate to. Either a Keyring or underlying Cryptographic Materials Manager must be specified.
* @return The Cryprographic Materials Manager that the created Required Encryption Context Cryptographic Materials Manager will delegate to. Either a Keyring or underlying Cryprographic Materials Manager must be specified.
76
+
* @return The Cryptographic Materials Manager that the created Required Encryption Context Cryptographic Materials Manager will delegate to. Either a Keyring or underlying Cryptographic Materials Manager must be specified.
77
77
*/
78
78
ICryptographicMaterialsManagerunderlyingCMM();
79
79
80
80
/**
81
-
* @param keyring The Keyring that the created Cryprographic Materials Manager will use to wrap data keys. The created Required Encryption Context CMM will delegate to a Default Cryptographic Materials Manager created with this Keyring. Either a Keyring or an underlying Cryprographic Materials Manager must be specified as input.
81
+
* @param keyring The Keyring that the created Cryptographic Materials Manager will use to wrap data keys. The created Required Encryption Context CMM will delegate to a Default Cryptographic Materials Manager created with this Keyring. Either a Keyring or an underlying Cryptographic Materials Manager must be specified as input.
82
82
*/
83
83
Builderkeyring(IKeyringkeyring);
84
84
85
85
/**
86
-
* @return The Keyring that the created Cryprographic Materials Manager will use to wrap data keys. The created Required Encryption Context CMM will delegate to a Default Cryptographic Materials Manager created with this Keyring. Either a Keyring or an underlying Cryprographic Materials Manager must be specified as input.
86
+
* @return The Keyring that the created Cryptographic Materials Manager will use to wrap data keys. The created Required Encryption Context CMM will delegate to a Default Cryptographic Materials Manager created with this Keyring. Either a Keyring or an underlying Cryptographic Materials Manager must be specified as input.
Copy file name to clipboardExpand all lines: AwsCryptographicMaterialProviders/runtimes/python/src/aws_cryptographic_material_providers/smithygenerated/aws_cryptography_materialproviders/models.py
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -3239,7 +3239,7 @@ def __init__(
3239
3239
"""Inputs for creating a Default Cryptographic Materials Manager.
3240
3240
3241
3241
:param keyring: The Keyring that the created Default
3242
-
Cryprographic Materials Manager will use to wrap data keys.
3242
+
Cryptographic Materials Manager will use to wrap data keys.
3243
3243
"""
3244
3244
self.keyring=keyring
3245
3245
@@ -3954,16 +3954,16 @@ def __init__(
3954
3954
encryption and decryption, and correspond to Encryption
3955
3955
Context key-value pairs which are not stored on the
3956
3956
resulting message.
3957
-
:param underlying_cmm: The Cryprographic Materials Manager that
3957
+
:param underlying_cmm: The Cryptographic Materials Manager that
3958
3958
the created Required Encryption Context Cryptographic
3959
3959
Materials Manager will delegate to. Either a Keyring or
3960
-
underlying Cryprographic Materials Manager must be
3960
+
underlying Cryptographic Materials Manager must be
3961
3961
specified.
3962
-
:param keyring: The Keyring that the created Cryprographic
3962
+
:param keyring: The Keyring that the created Cryptographic
3963
3963
Materials Manager will use to wrap data keys. The created
3964
3964
Required Encryption Context CMM will delegate to a Default
3965
3965
Cryptographic Materials Manager created with this Keyring.
3966
-
Either a Keyring or an underlying Cryprographic Materials
3966
+
Either a Keyring or an underlying Cryptographic Materials
0 commit comments