Uses of Class
org.wildfly.security.ssl.KeyAgreement
-
Packages that use KeyAgreement Package Description org.wildfly.security.ssl -
-
Uses of KeyAgreement in org.wildfly.security.ssl
Fields in org.wildfly.security.ssl declared as KeyAgreement Modifier and Type Field Description private KeyAgreementMechanismDatabase.Entry. keyAgreementFields in org.wildfly.security.ssl with type parameters of type KeyAgreement Modifier and Type Field Description private EnumSet<KeyAgreement>KeyAgreementCipherSuitePredicate. setMethods in org.wildfly.security.ssl that return KeyAgreement Modifier and Type Method Description (package private) static KeyAgreementKeyAgreement. forName(String name)KeyAgreementMechanismDatabase.Entry. getKeyAgreement()(package private) static KeyAgreementKeyAgreement. require(String name)static KeyAgreementKeyAgreement. 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.Methods in org.wildfly.security.ssl with parameters of type KeyAgreement Modifier and Type Method Description booleanKeyAgreement. 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 KeyAgreement Modifier and Type Method Description static 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.Constructors in org.wildfly.security.ssl with parameters of type KeyAgreement Constructor Description Entry(String name, List<String> openSslNames, List<String> aliases, KeyAgreement keyAgreement, Authentication authentication, Encryption encryption, Digest digest, Protocol protocol, boolean export, SecurityLevel level, boolean fips, int strengthBits, int algorithmBits)Constructor parameters in org.wildfly.security.ssl with type arguments of type KeyAgreement Constructor Description KeyAgreementCipherSuitePredicate(EnumSet<KeyAgreement> set)
-