Package org.apache.camel.support.jsse
Class NamedGroupsParameters
java.lang.Object
org.apache.camel.support.jsse.NamedGroupsParameters
Represents a list of TLS/SSL named groups (also known as elliptic curves or key exchange groups) for use in TLS
handshakes. Named groups control which key exchange algorithms are available during the TLS handshake, including
post-quantum hybrid groups such as
X25519MLKEM768.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddNamedGroup(String group) Returns a live reference to the list of named group names.voidsetNamedGroup(List<String> namedGroup) Sets the named groups.toString()
-
Constructor Details
-
NamedGroupsParameters
public NamedGroupsParameters()
-
-
Method Details