Skip to Main Content

Java Card

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

clearKey() on EC Keys created by KeyBuilder.buildKeyWithSharedDomain

Michael StJohnsJun 24 2024 — edited Jun 27 2024

Let's say I create an ECPrivateKey “aSharedKey” using the above call. The ECKey “domainParams” holding the domain parameters is used by a number of keys including this one.

I use the key, and then call aSharedKey.clearKey().

Is there a defined behavior here for what happens to the parameters in the ECKey holding the domain parameters when I call clearKey() on another key using those params? Are they left alone? Cleared? or “Depends on the card”?

This post has been answered by patrick.vh-Oracle on Jun 26 2024
Jump to Answer

Comments

Hiroshi Tonegawa May 31 2024

追加情報です。

リスナーからエラーメッセージでておりました。ただどうしたら良いのかわかりません。

そのlog(TNSLSNR.log)を添付しました。ここから原因、また対処法など解析できませんでしょうか?

大変困っております。よろしくお願いいたします。

TNSLSNR_496.log

1 - 1

Post Details

Added on Jun 24 2024
2 comments
261 views