java.lang.Object
com.ibm.crypto.hdwrCCA.provider.RACFResults
This is a class to process results from the JNI calls to the
RACF R_DataLib callable service.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Check the R_DataLib return codes and throw an exception if needed.static String
zByteArrayToString
(byte[] inBytes) Converts an EBCDIC Cp1047 byte array to a JAVA string object.
-
Constructor Details
-
RACFResults
public RACFResults()Constructor
-
-
Method Details
-
checkResults
Check the R_DataLib return codes and throw an exception if needed.- Throws:
IOException
-
zByteArrayToString
Converts an EBCDIC Cp1047 byte array to a JAVA string object.- Throws:
IOException
-