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