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


--- Mark Wielaard <mark@klomp.org> wrote: 

> KeyStore:
> - ??? -> Nothing implemented yet.
>   (What standard keystore format should we support?
>    Maybe support a readonly version of the proprietary Sun format
>    to migrate people away from it?)

Sun's JDKs allow both reading and writing of keystore type JKS. 
With an installed JSSE reading of PKCS #12 is possible:

         JKS  PKCS12
  read    x     x
  write   x     

If your goal is compatibility it makes sense to support PKCS #12 
as well since JSSE has been integrated into the JDK 1.4.

If your goal is to support and push forward open standards then 
perhaps the following matrix makes sense?

         JKS  PKCS12
  read    x     x
  write         x     

BTW: Does a specification of the JKS format exists? If yes: where? If
not: how is it possible that open source JKS implementations exists?

Jörg

__________________________________________________________________

Gesendet von Yahoo! Mail - http://mail.yahoo.de
Weihnachts-Einkäufe ohne Stress! http://shopping.yahoo.de


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