public class ServerKeyExchange extends Message(Code)
Represents server key exchange message.
See Also: TLS See Also: 1.0 spec., 7.4.3. Server key exchange message. See Also: (http://www.ietf.org/rfc/rfc2246.txt)
Creates outbound message
Parameters: par1 - rsa_modulus or dh_p Parameters: par2 - rsa_exponent or dh_g Parameters: par3 - dh_Ys for ServerDHParams; should be null for ServerRSAParams Parameters: hash - should be null for anonymous SignatureAlgorithm