src/java.base/share/classes/sun/security/ssl/DHClientKeyExchange.java
changeset 55353 946f7f2d321c
parent 53734 cb1642ccc732
equal deleted inserted replaced
55352:1357c4996b2e 55353:946f7f2d321c
    40 import javax.crypto.spec.DHPublicKeySpec;
    40 import javax.crypto.spec.DHPublicKeySpec;
    41 import javax.net.ssl.SSLHandshakeException;
    41 import javax.net.ssl.SSLHandshakeException;
    42 import sun.security.ssl.DHKeyExchange.DHECredentials;
    42 import sun.security.ssl.DHKeyExchange.DHECredentials;
    43 import sun.security.ssl.DHKeyExchange.DHEPossession;
    43 import sun.security.ssl.DHKeyExchange.DHEPossession;
    44 import sun.security.ssl.SSLHandshake.HandshakeMessage;
    44 import sun.security.ssl.SSLHandshake.HandshakeMessage;
    45 import sun.security.ssl.SupportedGroupsExtension.NamedGroup;
       
    46 import sun.security.util.HexDumpEncoder;
    45 import sun.security.util.HexDumpEncoder;
    47 
    46 
    48 /**
    47 /**
    49  * Pack of the "ClientKeyExchange" handshake message.
    48  * Pack of the "ClientKeyExchange" handshake message.
    50  */
    49  */