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

/openjdk7/jdk/src/share/classes/sun/security/pkcs11/wrapper/
H A DPKCS11.java702 * C_Encrypt encrypts single-part data.
716 public native int C_Encrypt(long hSession, byte[] in, int inOfs, int inLen, byte[] out, int outOfs, int outLen) throws PKCS11Exception; method in class:PKCS11
1571 public synchronized int C_Encrypt(long hSession, byte[] in, int inOfs, int inLen, byte[] out, int outOfs, int outLen) throws PKCS11Exception { method in class:PKCS11.SynchronizedPKCS11
1572 return super.C_Encrypt(hSession, in, inOfs, inLen, out, outOfs, outLen);

Completed in 50 milliseconds