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

/openjdk7/jdk/src/share/classes/sun/security/pkcs11/wrapper/
H A DPKCS11.java1016 * C_SignRecover signs data in a single operation, where the
1031 public native int C_SignRecover(long hSession, byte[] in, int inOfs, int inLen, byte[] out, int outOufs, int outLen) throws PKCS11Exception; method in class:PKCS11
1639 public synchronized int C_SignRecover(long hSession, byte[] in, int inOfs, int inLen, byte[] out, int outOufs, int outLen) throws PKCS11Exception { method in class:PKCS11.SynchronizedPKCS11
1640 return super.C_SignRecover(hSession, in, inOfs, inLen, out, outOufs, outLen);

Completed in 1186 milliseconds