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