CloudHSM SDK 5 ECDH Key Agreement

0

n the process of upgrading from SDK 3 to SDK 5 I received an exception when executing the following code using the JCE Provider:

KeyAgreement.getInstance("ECDH", CloudHsmProvider.PROVIDER_NAME);

Exception: java.security.NoSuchAlgorithmException: no such algorithm: ECDH for provider CloudHSM

My question is whether or not CloudHsm SDK5 supports ECDH key agreement.

Thanks,

Geoff

gcadien
asked 3 months ago154 views
1 Answer
0

Here is some information in a previous re:Post answer on prerequisites for upgrading from HSM SDK 3 to SDK 5

I hope this helps provide insight on how to resolve, best regards.

profile pictureAWS
answered 3 months ago
  • The post you linked doesn't answer whether SDK 5 supports ECDH key agreement or not.

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions