This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Cryptography provider


On Tue, 2002-12-03 at 08:22, Joerg Brunsmann wrote:
> 1. What's the rationale for loading two different provider files?

The 'classpath' security provider file is system wide, so is shared with
other GNU classpath users.

Systems like gcj may also have VM specific providers (like, gcj may have
special CNI using providers).

> 2. Why doesn't the 'libgcj.security' file define a provider?
> 3. What's the rationale for loading two different provider files
>    if one file doesn't define a provider?

For instance, I install the Bouncy Castle provider as a shared library,
so I just modify my gcj security file.

AG



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]