Class RACFResults

java.lang.Object
com.ibm.crypto.hdwrCCA.provider.RACFResults

public class RACFResults extends Object
This is a class to process results from the JNI calls to the RACF R_DataLib callable service.
  • Constructor Details

    • RACFResults

      public RACFResults()
      Constructor
  • Method Details

    • checkResults

      public void checkResults() throws IOException
      Check the R_DataLib return codes and throw an exception if needed.
      Throws:
      IOException
    • zByteArrayToString

      public static String zByteArrayToString(byte[] inBytes) throws IOException
      Converts an EBCDIC Cp1047 byte array to a JAVA string object.
      Throws:
      IOException