IBM Z and LinuxONE IBM Z

  • 1.  ibm semeru Runtime Certified Edition for z/OS 11 and Security Provider

    Posted Mon November 28, 2022 03:24 PM
    Hi,
    I working to migrate Java 8 code to Java 11.0.15, my code is using the security provider IBMZSecurity (which is added in JAVA 11.0.15), as the IBM guide
    I developed the code using eclipse and downloaded Semeru Open edition 11.0.17 for windows, I tried to enable the IBMZSecurity provider in my jdk 
    library, to be added to the list of providers in java.security file, but I couldn't see that the RACFInputStream couldn't resolve in eclipse and I don't see
    that the package com.ibm.crypto.zsecurity.provider is in the libraries of jdk 11,
    , I downloaded JDK 11.0.17.8 - open j9. 
    Please can you help me to resolve this issue?



    ------------------------------
    Sharbel Nasra
    ------------------------------


  • 2.  RE: ibm semeru Runtime Certified Edition for z/OS 11 and Security Provider

    Posted Tue November 29, 2022 10:31 AM

    Hi Sharbel, could you post this issue to the Java community group please? Our Java on z/OS team receives notifications there. Thank you.

    https://community.ibm.com/community/user/ibmz-and-linuxone/groups/topic-home/discussions?communitykey=7c1d7dc7-29aa-40f6-829c-934e4b522bf8​



    ------------------------------
    James Tang
    ------------------------------



  • 3.  RE: ibm semeru Runtime Certified Edition for z/OS 11 and Security Provider

    Posted Tue November 29, 2022 11:33 AM
    I posted to Java Community , Thank you for your note.
    Sharbel

    ------------------------------
    Sharbel Nasra
    ------------------------------



  • 4.  RE: ibm semeru Runtime Certified Edition for z/OS 11 and Security Provider

    Posted Tue November 29, 2022 11:07 AM

    If you  haven't done this:
    Add additional provider:

      security.provider.2=IBMZSecurity

     to the provider list in:

      JAVA_HOME/conf/security/java.security

    and renumber the other items below.



    ------------------------------
    Arthur Zeigler
    ------------------------------



  • 5.  RE: ibm semeru Runtime Certified Edition for z/OS 11 and Security Provider

    Posted Tue November 29, 2022 11:31 AM
    Hi ,
    I edited the list like this , as you can see number 2 is IBMZSecurty provider but that doesn't help.

    security.provider.1=SUN
    security.provider.2=IBMZSecurity
    security.provider.3=SunRsaSign
    security.provider.4=SunEC
    security.provider.5=SunJSSE
    security.provider.6=SunJCE
    security.provider.7=SunJGSS
    security.provider.8=SunSASL
    security.provider.9=XMLDSig
    security.provider.10=SunPCSC
    security.provider.11=JdkLDAP
    security.provider.12=JdkSASL
    security.provider.13=SunMSCAPI
    security.provider.14=SunPKCS11

    ------------------------------
    Sharbel Nasra
    ------------------------------



  • 6.  RE: ibm semeru Runtime Certified Edition for z/OS 11 and Security Provider

    Posted Wed November 30, 2022 10:52 AM
    Thanks Sharbel for posting to Java on z/OS category group. Let's continue discussion there -
    https://community.ibm.com/community/user/ibmz-and-linuxone/discussion/ibm-semeru-open-edition-and-ibmzsecurity-provider-1?ReturnUrl=%2fcommunity%2fuser%2fibmz-and-linuxone%2fgroups%2ftopic-home%2fdiscussions%3fcommunitykey%3d7c1d7dc7-29aa-40f6-829c-934e4b522bf8

    ------------------------------
    James Tang
    ------------------------------