Package org.wildfly.security.ssl
Class NotCipherSuitePredicate
- java.lang.Object
 - 
- org.wildfly.security.ssl.CipherSuitePredicate
 - 
- org.wildfly.security.ssl.NotCipherSuitePredicate
 
 
 
- 
final class NotCipherSuitePredicate extends CipherSuitePredicate
 
- 
- 
Field Summary
Fields Modifier and Type Field Description private CipherSuitePredicatepredicate 
- 
Constructor Summary
Constructors Constructor Description NotCipherSuitePredicate(CipherSuitePredicate predicate) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) booleanisAlwaysFalse()(package private) booleanisAlwaysTrue()(package private) booleantest(MechanismDatabase.Entry entry)(package private) voidtoString(StringBuilder b)- 
Methods inherited from class org.wildfly.security.ssl.CipherSuitePredicate
matchAll, matchAnonDH, matchAny, matchAuthentication, matchAuthentication, matchAuthentication, matchDefaultDeletes, matchDigest, matchDigest, matchDigest, matchEncryption, matchEncryption, matchEncryption, matchExport, matchFalse, matchFips, matchKeyAgreement, matchKeyExchange, matchKeyExchange, matchLevel, matchLevel, matchLevel, matchLevelLessThan, matchName, matchNonExport, matchNonFips, matchNot, matchOpenSslAll, matchOpenSslComplementOfAll, matchOpenSslComplementOfDefault, matchOpenSslDefaultDeletes, matchProtocol, matchProtocol, matchProtocol, matchTrue, optimize, toString, withoutNulls 
 - 
 
 - 
 
- 
- 
Field Detail
- 
predicate
private final CipherSuitePredicate predicate
 
 - 
 
- 
Constructor Detail
- 
NotCipherSuitePredicate
NotCipherSuitePredicate(CipherSuitePredicate predicate)
 
 - 
 
- 
Method Detail
- 
toString
void toString(StringBuilder b)
- Specified by:
 toStringin classCipherSuitePredicate
 
- 
test
boolean test(MechanismDatabase.Entry entry)
- Specified by:
 testin classCipherSuitePredicate
 
- 
isAlwaysTrue
boolean isAlwaysTrue()
- Overrides:
 isAlwaysTruein classCipherSuitePredicate
 
- 
isAlwaysFalse
boolean isAlwaysFalse()
- Overrides:
 isAlwaysFalsein classCipherSuitePredicate
 
 - 
 
 -