jdk/src/java.security.sasl/share/classes/com/sun/security/sasl/util/AbstractSaslImpl.java
changeset 34687 d302ed125dc9
parent 25859 3317bb8137f4
equal deleted inserted replaced
34686:29ea8310a27a 34687:d302ed125dc9
    31 import java.util.StringTokenizer;
    31 import java.util.StringTokenizer;
    32 
    32 
    33 import java.util.logging.Logger;
    33 import java.util.logging.Logger;
    34 import java.util.logging.Level;
    34 import java.util.logging.Level;
    35 
    35 
    36 import sun.misc.HexDumpEncoder;
    36 import sun.security.util.HexDumpEncoder;
    37 
    37 
    38 /**
    38 /**
    39  * The base class used by client and server implementations of SASL
    39  * The base class used by client and server implementations of SASL
    40  * mechanisms to process properties passed in the props argument
    40  * mechanisms to process properties passed in the props argument
    41  * and strings with the same format (e.g., used in digest-md5).
    41  * and strings with the same format (e.g., used in digest-md5).