From: "Ramana Pathipati" <RAMANAP@xdb.com>
To: java-security@web2.javasoft.com
Date: Fri, 25 Apr 1997 10:09:35 EDT
Subject: Regarding Security implementation for JavaSecurity API ..
As sun is providing JavaSecurity API in Java, it is very good that we
can develop our applications independent of the Security provider.
Does the sun provide the similar interface in C for interoperability
between C and JAVA.
Example: We encrypt the data using JAVA Security interface API, and
we send it through a TCP/IP and receives the information using C, we
want to use some interface in order to decrypt the received data
independent of the provider. If Sun implements the similar interface
in C, providers can use it to implement the Security.
Thanks,
Ramana V. Pathipati