Uses of Class
org.wildfly.security.ssl.Digest
-
Packages that use Digest Package Description org.wildfly.security.ssl -
-
Uses of Digest in org.wildfly.security.ssl
Fields in org.wildfly.security.ssl declared as Digest Modifier and Type Field Description private DigestMechanismDatabase.Entry. digestFields in org.wildfly.security.ssl with type parameters of type Digest Modifier and Type Field Description private EnumSet<Digest>DigestCipherSuitePredicate. setMethods in org.wildfly.security.ssl that return Digest Modifier and Type Method Description (package private) static DigestDigest. forName(String name)DigestMechanismDatabase.Entry. getDigest()static DigestDigest. valueOf(String name)Returns the enum constant of this type with the specified name.static Digest[]Digest. 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 Digest Modifier and Type Method Description booleanDigest. in(Digest... values)Determine whether this instance is equal to one of the given instances.booleanDigest. in(Digest value1, Digest value2)Determine whether this instance is equal to one of the given instances.booleanDigest. in(Digest value1, Digest value2, Digest value3)Determine whether this instance is equal to one of the given instances.static CipherSuitePredicateCipherSuitePredicate. matchDigest(Digest digest)Return a predicate which matches the given digest scheme.static CipherSuitePredicateCipherSuitePredicate. matchDigest(Digest... digests)Return a predicate which matches any of the given digest schemes.Method parameters in org.wildfly.security.ssl with type arguments of type Digest Modifier and Type Method Description static booleanDigest. isFull(EnumSet<Digest> digests)Determine whether the given set is "full" (meaning it contains all possible values).static CipherSuitePredicateCipherSuitePredicate. matchDigest(EnumSet<Digest> digests)Return a predicate which matches any of the given digest schemes.Constructors in org.wildfly.security.ssl with parameters of type Digest 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 Digest Constructor Description DigestCipherSuitePredicate(EnumSet<Digest> set)
-