Package | Description |
---|---|
org.wildfly.security.ssl |
Modifier and Type | Method and Description |
---|---|
static Digest |
Digest.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.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Digest.in(Digest... values)
Determine whether this instance is equal to one of the given instances.
|
boolean |
Digest.in(Digest value1,
Digest value2)
Determine whether this instance is equal to one of the given instances.
|
boolean |
Digest.in(Digest value1,
Digest value2,
Digest value3)
Determine whether this instance is equal to one of the given instances.
|
static CipherSuitePredicate |
CipherSuitePredicate.matchDigest(Digest... digests)
Return a predicate which matches any of the given digest schemes.
|
static CipherSuitePredicate |
CipherSuitePredicate.matchDigest(Digest digest)
Return a predicate which matches the given digest scheme.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
Digest.isFull(EnumSet<Digest> digests)
Determine whether the given set is "full" (meaning it contains all possible values).
|
static CipherSuitePredicate |
CipherSuitePredicate.matchDigest(EnumSet<Digest> digests)
Return a predicate which matches any of the given digest schemes.
|
Copyright © 2020 JBoss by Red Hat. All rights reserved.