- Sort Score
- Num 10 results
- Language All
Results 1 - 3 of 3 for CIFSUnsupportedCryptoException (0.15 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
src/main/java/jcifs/CIFSUnsupportedCryptoException.java
* * @author mbechler * */ public class CIFSUnsupportedCryptoException extends RuntimeCIFSException { /** * */ private static final long serialVersionUID = -6350312430383107348L; /** * Constructs a CIFS unsupported crypto exception with no detail message. */ public CIFSUnsupportedCryptoException() { } /**Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 16 01:32:48 GMT 2025 - 2K bytes - Click Count (0) -
src/test/java/jcifs/CIFSUnsupportedCryptoExceptionTest.java
import org.junit.jupiter.params.provider.ValueSource; /** * Comprehensive test suite for CIFSUnsupportedCryptoException class. * Tests all constructors, inheritance behavior, and crypto-specific scenarios. */ @DisplayName("CIFSUnsupportedCryptoException Tests") class CIFSUnsupportedCryptoExceptionTest extends BaseTest {Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Thu Aug 14 05:31:44 GMT 2025 - 4.1K bytes - Click Count (0) -
src/main/java/jcifs/util/Crypto.java
* @param customProvider the custom cryptographic provider to use * @throws CIFSUnsupportedCryptoException if Provider has already been initialized. */ public static void initProvider(final Provider customProvider) throws CIFSUnsupportedCryptoException { if (provider != null) { throw new CIFSUnsupportedCryptoException(Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 16 01:32:48 GMT 2025 - 5.7K bytes - Click Count (0)