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: Examples/runtimes/java/DynamoDbEncryption/src/main/java/software/amazon/cryptography/examples/keyring/RawEcdhKeyringExample.java
+2-2
Original file line number
Diff line number
Diff line change
@@ -66,7 +66,7 @@
66
66
This parameter takes in the sender's private key as a
67
67
UTF8 PEM-encoded (PKCS #8 PrivateKeyInfo structures), the recipient's
68
68
DER-encoded X.509 public key, also known as SubjectPublicKeyInfo (SPKI),
69
-
and the Curve Specification where the keys lie. If this example
69
+
and the Curve Specification where the keys lie.
70
70
71
71
This example encrypts a test item using the provided ECC keys and puts the
72
72
encrypted item to the provided DynamoDb table. Then, it gets the
@@ -726,7 +726,7 @@ public static boolean shouldGenerateNewEccKeyPairs() {
0 commit comments