Uses of Enum
org.wildfly.security.ssl.Digest
Packages that use Digest
-
Uses of Digest in org.wildfly.security.ssl
Methods in org.wildfly.security.ssl that return DigestModifier and TypeMethodDescriptionstatic DigestReturns 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 DigestModifier and TypeMethodDescriptionbooleanDetermine whether this instance is equal to one of the given instances.booleanDetermine whether this instance is equal to one of the given instances.booleanDetermine 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 DigestModifier and TypeMethodDescriptionstatic booleanDetermine 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.