Signing Transactions Externally with AWS KMS (ECDSA) #1633
Closed
mickeymond
started this conversation in
General
Replies: 2 comments 3 replies
-
@mickeymond It looks likes the Amazon SDK is attaching a signature to the protobuf payload which is not supported. Does the AWS KMS SDK support generating a detached signature? |
Beta Was this translation helpful? Give feedback.
3 replies
-
Give me an error
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The code above is failing with the error below for the statement,
Transaction signedTransaction = Transaction.fromBytes(signResponse.signature().asByteArray());
Java JDK Version = 19
Beta Was this translation helpful? Give feedback.
All reactions