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

/openjdk7/jdk/src/share/classes/sun/security/pkcs11/wrapper/
H A DPKCS11.java954 * (PKCS#11 param: CK_BYTE_PTR pSignature,
988 * (PKCS#11 param: CK_BYTE_PTR pSignature,
1025 * (PKCS#11 param: CK_BYTE_PTR pSignature,
1068 * @param pSignature the signature to verify and the signature's length
1069 * (PKCS#11 param: CK_BYTE_PTR pSignature, CK_ULONG ulSignatureLen)
1071 * @preconditions (pData <> null) and (pSignature <> null)
1074 public native void C_Verify(long hSession, byte[] pData, byte[] pSignature) throws PKCS11Exception; argument
1101 * @param pSignature the signature to verify and the signature's length
1102 * (PKCS#11 param: CK_BYTE_PTR pSignature, CK_ULONG ulSignatureLen)
1104 * @preconditions (pSignature <> nul
1107 C_VerifyFinal(long hSession, byte[] pSignature) argument
1647 C_Verify(long hSession, byte[] pData, byte[] pSignature) argument
1655 C_VerifyFinal(long hSession, byte[] pSignature) argument
[all...]

Completed in 36 milliseconds