CoreFoundation = (CoreFoundationLibrary)Native.loadLibrary(
"CoreFoundation", CoreFoundationLibrary.class);
Security = (SecurityLibrary)Native.loadLibrary(
"Security", SecurityLibrary.class);
} catch (UnsatisfiedLinkError ex) {
throw new BackendNotSupportedException("Failed to load native library");
}
}