0

I have java program which receives encrypted message through TCP/IP from one component of the system.It has to send this message to a HSM (Hardware Security Module) which will decrypt the message. Now this HSM talks C as far as I know.I am thinking of putting a Message Queue in between where Java program will put text message. C program will pick the message from message queue and send to HSM. Is this possible to do?

0

1 Answer 1

1

You can also write a c function to access the HSM and call it via Java Native Interface (JNI). Here is a link to a Sun JNI Tutorial.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.