Package org.wildfly.security.ssl
Class CipherSuiteSelector.PushToEndCipherSuiteSelector
- java.lang.Object
- 
- org.wildfly.security.ssl.CipherSuiteSelector
- 
- org.wildfly.security.ssl.CipherSuiteSelector.PushToEndCipherSuiteSelector
 
 
- 
- Enclosing class:
- CipherSuiteSelector
 
 static final class CipherSuiteSelector.PushToEndCipherSuiteSelector extends CipherSuiteSelector 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from class org.wildfly.security.ssl.CipherSuiteSelectorCipherSuiteSelector.AddingCipherSuiteSelector, CipherSuiteSelector.FullyDeletingCipherSuiteSelector, CipherSuiteSelector.PushToEndCipherSuiteSelector, CipherSuiteSelector.RemovingCipherSuiteSelector, CipherSuiteSelector.SortByAlgorithmKeyLengthCipherSuiteSelector
 
- 
 - 
Field SummaryFields Modifier and Type Field Description private CipherSuitePredicatepredicate- 
Fields inherited from class org.wildfly.security.ssl.CipherSuiteSelectorOPENSSL_ALL, OPENSSL_COMBINED_DEFAULT, OPENSSL_DEFAULT, OPENSSL_DEFAULT_CIPHER_SUITE_NAMES, OPENSSL_DEFAULT_CIPHER_SUITES, prev
 
- 
 - 
Constructor SummaryConstructors Constructor Description PushToEndCipherSuiteSelector(CipherSuiteSelector next, CipherSuitePredicate predicate)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) voidapplyFilter(Set<String> enabled, Map<MechanismDatabase.Entry,String> supported)(package private) voidtoString(StringBuilder b)- 
Methods inherited from class org.wildfly.security.ssl.CipherSuiteSelectoradd, add, aggregate, deleteFully, deleteFully, empty, empty, evaluate, fromNamesString, fromString, getMechanismDatabase, openSslAll, openSslCombinedDefault, openSslDefault, openSslDefaultCipherSuites, pushToEnd, pushToEnd, remove, remove, sortByAlgorithmKeyLength, toString
 
- 
 
- 
- 
- 
Field Detail- 
predicateprivate final CipherSuitePredicate predicate 
 
- 
 - 
Constructor Detail- 
PushToEndCipherSuiteSelectorPushToEndCipherSuiteSelector(CipherSuiteSelector next, CipherSuitePredicate predicate) 
 
- 
 - 
Method Detail- 
applyFiltervoid applyFilter(Set<String> enabled, Map<MechanismDatabase.Entry,String> supported) - Specified by:
- applyFilterin class- CipherSuiteSelector
 
 - 
toStringvoid toString(StringBuilder b) - Specified by:
- toStringin class- CipherSuiteSelector
 
 
- 
 
-