- Sort Score
- Result 10 results
- Languages All
Results 281 - 290 of 3,691 for Private (0.04 sec)
-
src/main/java/jcifs/smb/PreauthIntegrityService.java
private static final int HASH_SIZE_SHA512 = 64; // SHA-512 produces 64-byte hashes // Session-specific preauth integrity contexts private final ConcurrentMap<String, PreauthIntegrityContext> sessionContexts = new ConcurrentHashMap<>(); // Security configuration private final SecureRandom secureRandom; private final int selectedHashAlgorithm; private final boolean enforceIntegrity; /**
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sun Aug 31 08:00:57 UTC 2025 - 12.1K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/fileauth/AdminFileauthAction.java
/** Service for file authentication operations. */ @Resource private FileAuthenticationService fileAuthenticationService; /** Pager for file authentication list pagination. */ @Resource private FileAuthPager fileAuthenticationPager; /** Service for file configuration operations. */ @Resource
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 19.2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/reqheader/AdminReqheaderAction.java
// ========= @Resource private RequestHeaderService requestHeaderService; @Resource private ReqHeaderPager reqHeaderPager; /** Web configuration service for managing web crawl configurations. */ @Resource protected WebConfigService webConfigService;
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 18.3K bytes - Viewed (0) -
compat/maven-artifact/src/main/java/org/apache/maven/artifact/versioning/DefaultArtifactVersion.java
* */ public class DefaultArtifactVersion implements ArtifactVersion { private Integer majorVersion; private Integer minorVersion; private Integer incrementalVersion; private Integer buildNumber; private String qualifier; private ComparableVersion comparable; public DefaultArtifactVersion(String version) { parseVersion(version); }
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Fri Jun 06 14:28:57 UTC 2025 - 6.1K bytes - Viewed (0) -
android/guava-tests/test/com/google/common/graph/DefaultNetworkImplementationsTest.java
@NullUnmarked public final class DefaultNetworkImplementationsTest { private MutableNetwork<Integer, String> network; private NetworkForTest<Integer, String> networkForTest; private static final Integer N1 = 1; private static final Integer N2 = 2; private static final Integer NODE_NOT_IN_GRAPH = 1000; private static final String E11 = "1-1"; private static final String E11_A = "1-1a"; private static final String E12 = "1-2";
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Dec 19 18:03:30 UTC 2024 - 7.4K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb1/com/SmbComSessionSetupAndX.java
* establish security context for subsequent operations. */ public class SmbComSessionSetupAndX extends AndXServerMessageBlock { private byte[] lmHash, ntHash, blob = null; private String accountName, primaryDomain; private final SmbComNegotiateResponse negotiated; private int capabilities; /** * Constructs a session setup AndX request. *
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 8.9K bytes - Viewed (0) -
guava/src/com/google/common/base/Predicates.java
} @GwtIncompatible @J2ktIncompatible private static final long serialVersionUID = 0; } /** * @see Predicates#and(Iterable) */ private static final class AndPredicate<T extends @Nullable Object> implements Predicate<T>, Serializable { private final List<? extends Predicate<? super T>> components; private AndPredicate(List<? extends Predicate<? super T>> components) {
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:05:33 UTC 2025 - 26.6K bytes - Viewed (0) -
compat/maven-artifact/src/main/java/org/apache/maven/repository/Proxy.java
/** * Proxy server host */ private String host; /** * Username used to access the proxy server */ private String userName; /** * Password associated with the proxy server */ private String password; /** * Proxy server port */ private int port; /** * Type of the proxy */
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 4K bytes - Viewed (0) -
src/main/java/jcifs/internal/witness/WitnessClient.java
private final InetAddress witnessServer; private final int port; private final CIFSContext context; private final ConcurrentHashMap<String, WitnessRegistration> registrations; private final ConcurrentHashMap<String, WitnessNotificationListener> listeners; private final ConcurrentHashMap<String, CompletableFuture<Void>> asyncNotifyTasks;
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 20.8K bytes - Viewed (0) -
android/guava/src/com/google/common/hash/Murmur3_128HashFunction.java
public int hashCode() { return getClass().hashCode() ^ seed; } private static final class Murmur3_128Hasher extends AbstractStreamingHasher { private static final int CHUNK_SIZE = 16; private static final long C1 = 0x87c37b91114253d5L; private static final long C2 = 0x4cf5ad432745937fL; private long h1; private long h2; private int length; Murmur3_128Hasher(int seed) { super(CHUNK_SIZE);
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Mon Apr 14 16:36:11 UTC 2025 - 5.8K bytes - Viewed (0)