- Sort Score
- Result 10 results
- Languages All
Results 61 - 70 of 104 for encryptions (0.05 sec)
-
src/test/java/jcifs/internal/TreeConnectResponseTest.java
void testShareFlags() throws Exception { // Test encryption flag setPrivateField(response, "shareFlags", Smb2TreeConnectResponse.SMB2_SHAREFLAG_ENCRYPT_DATA); assertEquals(Smb2TreeConnectResponse.SMB2_SHAREFLAG_ENCRYPT_DATA, response.getShareFlags(), "Should handle encryption flag"); // Test multiple flags
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 24.9K bytes - Viewed (0) -
src/main/java/jcifs/util/SecureKeyManager.java
import javax.security.auth.DestroyFailedException; import javax.security.auth.Destroyable; import org.slf4j.Logger; import org.slf4j.LoggerFactory; /** * Secure key management for SMB encryption. * Provides centralized management of encryption keys with secure storage and cleanup. * * Features: * - Secure key storage with optional KeyStore integration * - Automatic key cleanup on close * - Thread-safe key management
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 21.5K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb1/com/SmbComNegotiateResponse.java
&& this.server.encryptionKeyLength != 8 && ctx.getConfig().getLanManCompatibility() == 0) { log.warn("Unexpected encryption key length: " + this.server.encryptionKeyLength); return false; } if (req.isSigningEnforced() || this.server.signaturesRequired
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 15.8K bytes - Viewed (0) -
src/test/java/jcifs/pac/kerberos/KerberosTicketTest.java
* Creates a byte array representing a Kerberos ticket for testing purposes. * @param version Kerberos version * @param realm Server realm * @param principalName Server principal name * @param encType Encryption type * @param encryptedData Encrypted data * @param unknownTag Optional unknown tag number to test error handling * @return A byte array representing the ticket * @throws IOException on encoding error
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 11.4K bytes - Viewed (0) -
docs/de/docs/tutorial/security/oauth2-jwt.md
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 10:49:48 UTC 2025 - 12.1K bytes - Viewed (0) -
okhttp-tls/src/main/kotlin/okhttp3/tls/HeldCertificate.kt
* * * **A validity interval.** A certificate should not be used before its validity interval starts * or after it ends. * * * **A public key.** This cryptographic key is used for asymmetric encryption digital signatures. * Note that the private key is not a part of the certificate! * * * **A signature issued by another certificate's private key.** This mechanism allows a trusted
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Wed Mar 19 19:25:20 UTC 2025 - 21.6K bytes - Viewed (0) -
src/main/java/jcifs/dcerpc/DcerpcHandle.java
* @return the transport context used */ public abstract CIFSContext getTransportContext(); /** * Gets the session key from the underlying SMB session for encryption * @return session key of the underlying smb session * @throws CIFSException if unable to retrieve the session key */ public abstract byte[] getSessionKey() throws CIFSException; @Override
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 15.9K bytes - Viewed (0) -
src/test/java/jcifs/smb/SmbTransportImplTest.java
SmbTransportImpl acquired = transport.acquire(); assertSame(transport, acquired); transport.close(); // release once } @Test @DisplayName("Server encryption key is returned for SMB1 negotiation only") void serverEncryptionKey() { // No negotiation yet -> null assertNull(transport.getServerEncryptionKey()); // SMB1 negotiation with server data
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 17.6K bytes - Viewed (0) -
src/test/java/jcifs/internal/smb1/com/ServerDataTest.java
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 17K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb1/SMB1SigningDigest.java
} /** * Constructs a signing digest from transport and authentication information * * @param transport * The SMB transport containing server encryption key * @param auth * The NTLM password authenticator containing user credentials * @throws SmbException * If there is an error setting up the signing digest */
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 11.9K bytes - Viewed (0)