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
Copy file name to clipboardExpand all lines: AwsEncryptionSDK/runtimes/go/examples/README.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,9 +7,9 @@ and how to set up some common configuration patterns.
7
7
8
8
## APIs
9
9
10
-
The AWS Encryption SDK provides two high-level APIs:
11
-
one-step APIs that process the entire operation in memory
12
-
and streaming APIs.
10
+
The AWS Encryption SDK provides a high-level,
11
+
one-step API that processes encryption
12
+
and decryption operations entirely in memory.
13
13
14
14
You can find examples that demonstrate these APIs
15
15
in the [`examples/`](./) directory.
@@ -48,6 +48,7 @@ We start with AWS KMS examples, then show how to use other wrapping keys.
48
48
49
49
Keyrings are the most common way for you to configure the AWS Encryption SDK.
50
50
They determine how the AWS Encryption SDK protects your data.
51
+
For more information about keyrings, see the [AWS Developer Guide on using keyrings](https://docs.aws.amazon.com/encryption-sdk/latest/developer-guide/choose-keyring.html).
51
52
You can find these examples in [`examples/keyring`](./keyring).
52
53
53
54
### Cryptographic Materials Managers
@@ -61,6 +62,7 @@ This can include things like
61
62
enforcing the use of certain algorithm suites or encryption context settings,
62
63
reusing data keys across messages,
63
64
or changing how you interact with keyrings.
65
+
For more information about cryptographic materials managers, see the [AWS Developer Guide on cryptographic materials managers](https://docs.aws.amazon.com/encryption-sdk/latest/developer-guide/concepts.html#crypt-materials-manager).
Copy file name to clipboardExpand all lines: AwsEncryptionSDK/runtimes/net/Examples/README.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,9 +7,9 @@ and how to set up some common configuration patterns.
7
7
8
8
## APIs
9
9
10
-
The AWS Encryption SDK provides two high-level APIs:
11
-
one-step APIs that process the entire operation in memory
12
-
and streaming APIs.
10
+
The AWS Encryption SDK provides a high-level,
11
+
one-step API that processes encryption
12
+
and decryption operations entirely in memory.
13
13
14
14
You can find examples that demonstrate these APIs
15
15
in the [`Examples/`](./) directory.
@@ -48,6 +48,7 @@ We start with AWS KMS examples, then show how to use other wrapping keys.
48
48
49
49
Keyrings are the most common way for you to configure the AWS Encryption SDK.
50
50
They determine how the AWS Encryption SDK protects your data.
51
+
For more information about keyrings, see the [AWS Developer Guide on using Keyrings](https://docs.aws.amazon.com/encryption-sdk/latest/developer-guide/choose-keyring.html).
51
52
You can find these examples in [`Examples/Keyring`](./Keyring).
52
53
53
54
### Cryptographic Materials Managers
@@ -61,6 +62,7 @@ This can include things like
61
62
enforcing the use of certain algorithm suites or encryption context settings,
62
63
reusing data keys across messages,
63
64
or changing how you interact with keyrings.
65
+
For more information about cryptographic materials managers, see the [AWS Developer Guide on cryptographic materials managers](https://docs.aws.amazon.com/encryption-sdk/latest/developer-guide/concepts.html#crypt-materials-manager).
Copy file name to clipboardExpand all lines: AwsEncryptionSDK/runtimes/rust/examples/README.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,9 +7,9 @@ and how to set up some common configuration patterns.
7
7
8
8
## APIs
9
9
10
-
The AWS Encryption SDK provides two high-level APIs:
11
-
one-step APIs that process the entire operation in memory
12
-
and streaming APIs.
10
+
The AWS Encryption SDK provides a high-level,
11
+
one-step API that processes encryption
12
+
and decryption operations entirely in memory.
13
13
14
14
You can find examples that demonstrate these APIs
15
15
in the [`examples/`](./) directory.
@@ -48,6 +48,7 @@ We start with AWS KMS examples, then show how to use other wrapping keys.
48
48
49
49
Keyrings are the most common way for you to configure the AWS Encryption SDK.
50
50
They determine how the AWS Encryption SDK protects your data.
51
+
For more information about keyrings, see the [AWS Developer Guide on using Keyrings](https://docs.aws.amazon.com/encryption-sdk/latest/developer-guide/choose-keyring.html).
51
52
You can find these examples in [`examples/keyring`](./keyring).
52
53
53
54
### Cryptographic Materials Managers
@@ -61,6 +62,7 @@ This can include things like
61
62
enforcing the use of certain algorithm suites or encryption context settings,
62
63
reusing data keys across messages,
63
64
or changing how you interact with keyrings.
65
+
For more information about cryptographic materials managers, see the [AWS Developer Guide on cryptographic materials managers](https://docs.aws.amazon.com/encryption-sdk/latest/developer-guide/concepts.html#crypt-materials-manager).
0 commit comments