Searched defs:nativeInit (Results 1 - 8 of 8) sorted by relevance

/openjdk9/jdk/src/java.desktop/macosx/classes/sun/lwawt/macosx/
H A DCInputMethodDescriptor.java125 private static native void nativeInit(); method in class:CInputMethodDescriptor
H A DCInputMethod.java815 static native void nativeInit(); method in class:CInputMethod
/openjdk9/jdk/src/java.desktop/windows/classes/sun/awt/windows/
H A DWTaskbarPeer.java142 private static native boolean nativeInit(); method in class:WTaskbarPeer
/openjdk9/jdk/src/jdk.crypto.ucrypto/solaris/classes/com/oracle/security/ucrypto/
H A DNativeRSASignature.java377 private native static long nativeInit(int mech, boolean sign, method in class:NativeRSASignature
H A DNativeKey.java113 private native static long nativeInit(byte[] mod, byte[] privExp); method in class:NativeKey.RSAPrivate
167 private native static long nativeInit(byte[] mod, byte[] pubExp, byte[] privExp, method in class:NativeKey.RSAPrivateCrt
205 private native static long nativeInit(byte[] mod, byte[] pubExp); method in class:NativeKey.RSAPublic
H A DNativeDigest.java246 protected static final native long nativeInit(int mech); method in class:NativeDigest
H A DNativeDigestMD.java204 protected static final native long nativeInit(int mech); method in class:NativeDigestMD
H A DNativeCipher.java478 protected native static long nativeInit(int mech, boolean encrypt, method in class:NativeCipher

Completed in 98 milliseconds