- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for setMechs (2.01 sec)
-
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; } /**Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Thu Aug 14 07:14:38 UTC 2025 - 14.5K bytes - Viewed (0)