Package | Description |
---|---|
org.wildfly.security.ssl |
Modifier and Type | Method and Description |
---|---|
static Protocol |
Protocol.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Protocol[] |
Protocol.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Protocol.in(Protocol... values)
Determine whether this instance is equal to one of the given instances.
|
boolean |
Protocol.in(Protocol value1,
Protocol value2)
Determine whether this instance is equal to one of the given instances.
|
boolean |
Protocol.in(Protocol value1,
Protocol value2,
Protocol value3)
Determine whether this instance is equal to one of the given instances.
|
static CipherSuitePredicate |
CipherSuitePredicate.matchProtocol(Protocol... protocols)
Return a predicate which matches any of the given protocols.
|
static CipherSuitePredicate |
CipherSuitePredicate.matchProtocol(Protocol protocol)
Return a predicate which matches the given protocol.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
Protocol.isFull(EnumSet<Protocol> protocols)
Determine whether the given set is "full" (meaning it contains all possible values).
|
static CipherSuitePredicate |
CipherSuitePredicate.matchProtocol(EnumSet<Protocol> protocols)
Return a predicate which matches any of the given protocols.
|
Copyright © 2016 JBoss by Red Hat. All rights reserved.