198199200201202203204205206207208
throw new EncryptionException("Error #" + result + ": " + errorMessage); } private String errorMessage(int result) { CFStringRef theString = LIBRARY.SecCopyErrorMessageString(result, null); try { return(decode(theString)); } finally