Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for RuntimeCIFSException (1.44 sec)

  1. src/main/java/jcifs/CIFSUnsupportedCryptoException.java

    package jcifs;
    
    
    /**
     * Runtime exception indicating that the JDK does not support the cryptographic primitives that we use.
     * 
     * @author mbechler
     *
     */
    public class CIFSUnsupportedCryptoException extends RuntimeCIFSException {
    
        /**
         * 
         */
        private static final long serialVersionUID = -6350312430383107348L;
    
    
        /**
         * 
         */
        public CIFSUnsupportedCryptoException () {}
    
    
        /**
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Sun Jul 01 13:12:10 UTC 2018
    - 1.6K bytes
    - Viewed (0)
Back to top