- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for verifySignature (0.08 sec)
-
src/main/java/jcifs/internal/smb2/ServerMessageBlock2Response.java
} if (!verifySignature(buffer, start, len)) { throw new SMBProtocolDecodingException("Signature verification failed for " + getClass().getName()); } setAsyncHandled(false); received(); } /** * * {@inheritDoc} * * @see jcifs.util.transport.Response#verifySignature(byte[], int, int) */ @OverrideRegistered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sun Aug 31 08:00:57 UTC 2025 - 8.1K bytes - Viewed (0) -
src/main/java/jcifs/util/transport/Response.java
* @param i the starting index in the buffer * @param size the size of the signature data * @return whether signature verification is successful */ boolean verifySignature(byte[] buffer, int i, int size); /** * Checks if signature verification failed. * * @return whether signature verification failed */ boolean isVerifyFailed(); /**Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 3.2K bytes - Viewed (0)