Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getRemoteMechs (0.17 sec)

  1. src/main/java/jcifs/smb/SpnegoContext.java

         */
        ASN1ObjectIdentifier[] getMechs () {
            return this.mechs;
        }
    
    
        /**
         * @return the mechanisms announced by the remote end
         */
        ASN1ObjectIdentifier[] getRemoteMechs () {
            return this.remoteMechs;
        }
    
    
        /**
         * Set what mechanism is being used for this context.
         * 
         * @param mechs
         */
    Java
    - Registered: Sun Apr 28 00:10:09 GMT 2024
    - Last Modified: Mon Jan 04 04:18:31 GMT 2021
    - 14.8K bytes
    - Viewed (0)
Back to top