Uses of Enum
org.wildfly.security.ssl.Encryption
Packages that use Encryption
-
Uses of Encryption in org.wildfly.security.ssl
Fields in org.wildfly.security.ssl declared as EncryptionMethods in org.wildfly.security.ssl that return EncryptionModifier and TypeMethodDescriptionstatic EncryptionReturns 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.Methods in org.wildfly.security.ssl with parameters of type EncryptionModifier and TypeMethodDescriptionbooleanEncryption.in(Encryption... values) Determine whether this instance is equal to one of the given instances.booleanEncryption.in(Encryption value1, Encryption value2) Determine whether this instance is equal to one of the given instances.booleanEncryption.in(Encryption value1, Encryption value2, Encryption value3) Determine whether this instance is equal to one of the given instances.static CipherSuitePredicateCipherSuitePredicate.matchEncryption(Encryption encryption) Return a predicate which matches the given encryption scheme.static CipherSuitePredicateCipherSuitePredicate.matchEncryption(Encryption... encryptions) Return a predicate which matches any of the given encryption schemes.Method parameters in org.wildfly.security.ssl with type arguments of type EncryptionModifier and TypeMethodDescriptionstatic booleanEncryption.isFull(EnumSet<Encryption> encryptions) Determine whether the given set is "full" (meaning it contains all possible values).static CipherSuitePredicateCipherSuitePredicate.matchEncryption(EnumSet<Encryption> encryptions) Return a predicate which matches any of the given encryption schemes.
CHACHA20instead.