public class HandshakeParameter extends Object
| Constructor and Description |
|---|
HandshakeParameter(CipherSuite.KeyExchangeAlgorithm keyExchange,
CertificateType certificateType)
Create handshake parameter.
|
| Modifier and Type | Method and Description |
|---|---|
CertificateType |
getCertificateType()
Get certificate type.
|
CipherSuite.KeyExchangeAlgorithm |
getKeyExchangeAlgorithm()
Get key exchange algorithm.
|
String |
toString() |
public HandshakeParameter(CipherSuite.KeyExchangeAlgorithm keyExchange, CertificateType certificateType)
keyExchange - the key exchange algorithmcertificateType - the certificate typeNullPointerException - if key exchange or certificate type is nullpublic CipherSuite.KeyExchangeAlgorithm getKeyExchangeAlgorithm()
public CertificateType getCertificateType()
Copyright © 2023 Eclipse Foundation. All rights reserved.