public interface CipherSuiteSelector
| Modifier and Type | Method and Description |
|---|---|
boolean |
select(CipherSuiteParameters parameters)
Select ciphersuite and parameters.
|
boolean select(CipherSuiteParameters parameters)
parameters - common ciphersuites and crypto parameters. On success,
the ciphersuite and parameters gets selected in this argument.true, if a ciphersuite and parameters could be selected,
false, otherwise.Copyright © 2023 Eclipse Foundation. All rights reserved.