com.ibm.crypto.hdwrCCA.provider
Class RACFResults
- java.lang.Object
-
- com.ibm.crypto.hdwrCCA.provider.RACFResults
-
public class RACFResults extends java.lang.ObjectThis 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 voidcheckResults()Check the R_DataLib return codes and throw an exception if needed.static java.lang.StringzByteArrayToString(byte[] inBytes)Converts an EBCDIC Cp1047 byte array to a JAVA string object.
-
-
-
Method Detail
-
checkResults
public void checkResults() throws java.io.IOExceptionCheck 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.IOExceptionConverts an EBCDIC Cp1047 byte array to a JAVA string object.- Throws:
java.io.IOException
-
-