All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.r3.conclave.host.internal.NativeSharedInternal Maven / Gradle / Ivy

The newest version!
package com.r3.conclave.host.internal;

/**
 * Do not use this class directly, use NativeShared instead.
 * The required native libraries are loaded by NativeShared.
 */
class NativeSharedInternal {
    public static native void checkPlatformEnclaveSupport(boolean enableSupport);
    public static native void enablePlatformHardwareEnclaveSupport();
    public static native long getCpuFeatures();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy