Uses of Class
org.wildfly.security.ssl.CipherSuiteSelector
Packages that use CipherSuiteSelector
-
Uses of CipherSuiteSelector in org.wildfly.security.ssl
Methods in org.wildfly.security.ssl that return CipherSuiteSelectorModifier and TypeMethodDescriptionA convenience method to add a cipher suite by name.CipherSuiteSelector.add(CipherSuitePredicate predicate) Add all cipher suites which are matched by the given predicate.static CipherSuiteSelectorCipherSuiteSelector.aggregate(CipherSuiteSelector cipherSuiteSelector1, CipherSuiteSelector cipherSuiteSelector2) Create an aggregateCipherSuiteSelector.CipherSuiteSelector.deleteFully(String cipherSuiteName) A convenience method to permanently delete a cipher suite by name.CipherSuiteSelector.deleteFully(CipherSuitePredicate predicate) Permanently delete all cipher suites which are matched by the given predicate.static CipherSuiteSelectorCipherSuiteSelector.empty()Get the basic empty SSL cipher suite selector.static CipherSuiteSelectorCipherSuiteSelector.empty(boolean useTLS13) Get the basic empty SSL cipher suite selector.static CipherSuiteSelectorCipherSuiteSelector.fromNamesString(String names) Create a cipher suite selector from the given OpenSSL-style TLSv1.3 cipher suites string.static CipherSuiteSelectorCipherSuiteSelector.fromString(String string) Create a cipher suite selector from the given OpenSSL-style cipher list string.static CipherSuiteSelectorCipherSuiteSelector.openSslAll()Get the cipher selector which OpenSSL defines asALL.static CipherSuiteSelectorCipherSuiteSelector.openSslCombinedDefault()Get the cipher selector which OpenSSL defines asDEFAULTcombined with the cipher suites which OpenSSL defines as the default cipher suites for TLSv1.3.static CipherSuiteSelectorCipherSuiteSelector.openSslDefault()Get the cipher selector which OpenSSL defines asDEFAULT.static CipherSuiteSelectorCipherSuiteSelector.openSslDefaultCipherSuites()Get the cipher selector which OpenSSL defines as the default cipher suites for TLSv1.3.A convenience method to push a cipher suite by name to the end of the enabled ciphers list.CipherSuiteSelector.pushToEnd(CipherSuitePredicate predicate) Push all cipher suites which are matched by the given predicate to the end of the enabled ciphers list.A convenience method to remove a cipher suite by name.CipherSuiteSelector.remove(CipherSuitePredicate predicate) Remove all cipher suites which are matched by the given predicate.CipherSuiteSelector.sortByAlgorithmKeyLength()Sort all of the enabled ciphers by decreasing key length.Methods in org.wildfly.security.ssl with parameters of type CipherSuiteSelectorModifier and TypeMethodDescriptionstatic CipherSuiteSelectorCipherSuiteSelector.aggregate(CipherSuiteSelector cipherSuiteSelector1, CipherSuiteSelector cipherSuiteSelector2) Create an aggregateCipherSuiteSelector.SSLContextBuilder.setCipherSuiteSelector(CipherSuiteSelector cipherSuiteSelector) Set the cipher suite selector to use for this context.