- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for NegTokenTarg (0.33 sec)
-
src/main/java/jcifs/spnego/NegTokenTarg.java
private ASN1ObjectIdentifier mechanism; private int result = UNSPECIFIED_RESULT; /** * Default constructor for NegTokenTarg */ public NegTokenTarg() { } /** * Constructs a NegTokenTarg with the specified parameters * @param result the negotiation result code * @param mechanism the selected authentication mechanism OIDRegistered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 6.9K bytes - Viewed (0) -
src/main/java/jcifs/smb/SpnegoContext.java
verifyMechListMIC(targ.getMechanismListMIC()); return new NegTokenTarg(NegTokenTarg.UNSPECIFIED_RESULT, null, null, calculateMechListMIC()); } if (targ.getResult() != NegTokenTarg.ACCEPT_COMPLETED) { throw new SmbException("SPNEGO negotiation did not complete"); } verifyMechListMIC(targ.getMechanismListMIC());
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Thu Aug 14 07:14:38 UTC 2025 - 14.5K bytes - Viewed (0)