Uses of Enum
org.wildfly.security.ssl.KeyAgreement
Packages that use KeyAgreement
-
Uses of KeyAgreement in org.wildfly.security.ssl
Methods in org.wildfly.security.ssl that return KeyAgreementModifier and TypeMethodDescriptionstatic KeyAgreementReturns 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.Methods in org.wildfly.security.ssl with parameters of type KeyAgreementModifier and TypeMethodDescriptionbooleanKeyAgreement.in(KeyAgreement... values) Determine whether this instance is equal to one of the given instances.booleanKeyAgreement.in(KeyAgreement value1, KeyAgreement value2) Determine whether this instance is equal to one of the given instances.booleanKeyAgreement.in(KeyAgreement value1, KeyAgreement value2, KeyAgreement value3) Determine whether this instance is equal to one of the given instances.static CipherSuitePredicateCipherSuitePredicate.matchKeyAgreement(KeyAgreement keyAgreement) Return a predicate which matches the given key exchange scheme.static CipherSuitePredicateCipherSuitePredicate.matchKeyExchange(KeyAgreement... keyAgreements) Return a predicate which matches any of the given key exchange schemes.Method parameters in org.wildfly.security.ssl with type arguments of type KeyAgreementModifier and TypeMethodDescriptionstatic booleanKeyAgreement.isFull(EnumSet<KeyAgreement> keyAgreements) Determine whether the given set is "full" (meaning it contains all possible values).static CipherSuitePredicateCipherSuitePredicate.matchKeyExchange(EnumSet<KeyAgreement> keyAgreements) Return a predicate which matches any of the given key exchange schemes.