Uses of Class
org.wildfly.security.ssl.Encryption
-
Packages that use Encryption Package Description org.wildfly.security.ssl -
-
Uses of Encryption in org.wildfly.security.ssl
Fields in org.wildfly.security.ssl declared as Encryption Modifier and Type Field Description static EncryptionEncryption. CHACHA20POLY1305Deprecated.UseCHACHA20instead.private EncryptionMechanismDatabase.Entry. encryptionFields in org.wildfly.security.ssl with type parameters of type Encryption Modifier and Type Field Description private EnumSet<Encryption>EncryptionCipherSuitePredicate. setMethods in org.wildfly.security.ssl that return Encryption Modifier and Type Method Description (package private) static EncryptionEncryption. forName(String name)EncryptionMechanismDatabase.Entry. getEncryption()(package private) static EncryptionEncryption. require(String name)static EncryptionEncryption. 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.Methods in org.wildfly.security.ssl with parameters of type Encryption Modifier and Type Method Description booleanEncryption. 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 Encryption Modifier and Type Method Description static 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.Constructors in org.wildfly.security.ssl with parameters of type Encryption 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 Encryption Constructor Description EncryptionCipherSuitePredicate(EnumSet<Encryption> set)
-