Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-6209038

merge JCEKS and JKS

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Won't Fix
    • Icon: P5 P5
    • None
    • 6
    • security-libs
    • None

      Now that JCE is part of J2SE, JCEKS should be the default keystore type. JCEKS is a superset of JKS and additionally supports secret key entries. it also has stronger file protections.

      essentially the type JCEKS will no longer be documented
      (although KeyStore.getInstance("JCEKS") will still work).
      KeyStore.getDefaultType will still return "JKS".
      KeyStore.getInstance("JKS") will return a JCEKS.

      this is backward compatible because JCEKS can read a JKS.
      however an older release will not be able to parse the new JKS
      (since it will be changed to JCEKS). however this kind of campatibility
      is not guaranteed.
      ###@###.### 2004-12-15 17:28:58 GMT

            vinnie Vincent Ryan
            claisunw Charlie Lai (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: