Package org.wildfly.security.ssl
Class OrCipherSuitePredicate
- java.lang.Object
-
- org.wildfly.security.ssl.CipherSuitePredicate
-
- org.wildfly.security.ssl.OrCipherSuitePredicate
-
final class OrCipherSuitePredicate extends CipherSuitePredicate
-
-
Field Summary
Fields Modifier and Type Field Description private CipherSuitePredicate[]
predicates
-
Constructor Summary
Constructors Constructor Description OrCipherSuitePredicate(CipherSuitePredicate... predicates)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) boolean
isAlwaysFalse()
(package private) boolean
isAlwaysTrue()
(package private) boolean
test(MechanismDatabase.Entry entry)
(package private) void
toString(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
-
predicates
private final CipherSuitePredicate[] predicates
-
-
Constructor Detail
-
OrCipherSuitePredicate
OrCipherSuitePredicate(CipherSuitePredicate... predicates)
-
-
Method Detail
-
toString
void toString(StringBuilder b)
- Specified by:
toString
in classCipherSuitePredicate
-
test
boolean test(MechanismDatabase.Entry entry)
- Specified by:
test
in classCipherSuitePredicate
-
isAlwaysTrue
boolean isAlwaysTrue()
- Overrides:
isAlwaysTrue
in classCipherSuitePredicate
-
isAlwaysFalse
boolean isAlwaysFalse()
- Overrides:
isAlwaysFalse
in classCipherSuitePredicate
-
-