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

/openjdk7/jdk/src/share/classes/sun/security/pkcs11/wrapper/
H A DPKCS11.java773 * C_Decrypt decrypts encrypted data in a single part.
788 public native int C_Decrypt(long hSession, byte[] in, int inOfs, int inLen, byte[] out, int outOfs, int outLen) throws PKCS11Exception; method in class:PKCS11
1587 public synchronized int C_Decrypt(long hSession, byte[] in, int inOfs, int inLen, byte[] out, int outOfs, int outLen) throws PKCS11Exception { method in class:PKCS11.SynchronizedPKCS11
1588 return super.C_Decrypt(hSession, in, inOfs, inLen, out, outOfs, outLen);

Completed in 36 milliseconds