- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for setMechs (0.13 seconds)
-
src/main/java/jcifs/smb/SpnegoContext.java
/** * Set what mechanism is being used for this context. * * @param mechs */ void setMechs(final ASN1ObjectIdentifier[] mechs) { this.mechs = mechs; } /** * {@inheritDoc} * * @see jcifs.smb.SSPContext#getNetbiosName() */ @Override public String getNetbiosName() { return null; } /**Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Thu Aug 14 07:14:38 GMT 2025 - 14.5K bytes - Click Count (0)