com.ibm.crypto.hdwrCCA.provider

Class RACFResults

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


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

      Constructors 
      Constructor and Description
      RACFResults()
      Constructor
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      void checkResults()
      Check the R_DataLib return codes and throw an exception if needed.
      static java.lang.String zByteArrayToString(byte[] inBytes)
      Converts an EBCDIC Cp1047 byte array to a JAVA string object.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RACFResults

        public RACFResults()
        Constructor
    • Method Detail

      • checkResults

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

        public static java.lang.String zByteArrayToString(byte[] inBytes)
                                                   throws java.io.IOException
        Converts an EBCDIC Cp1047 byte array to a JAVA string object.
        Throws:
        java.io.IOException
� Portions Copyright 1997, 2022 IBM Corporation. All rights reserved. � Portions Copyright 1997, 2022, Oracle and/or its affiliates. All rights reserved.