Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for supportsIntegrity (0.5 sec)

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

            return this.gssContext != null && this.gssContext.isEstablished();
        }
    
    
        /**
         * {@inheritDoc}
         *
         * @see jcifs.smb.SSPContext#supportsIntegrity()
         */
        @Override
        public boolean supportsIntegrity () {
            return true;
        }
    
    
        /**
         * {@inheritDoc}
         * 
         * @throws CIFSException
         *
    Java
    - Registered: Sun May 05 00:10:10 GMT 2024
    - Last Modified: Thu Aug 02 08:22:42 GMT 2018
    - 13.9K bytes
    - Viewed (0)
Back to top