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