public static enum DigestAuthenticator.AuthDigest extends java.lang.Enum<DigestAuthenticator.AuthDigest>
| Enum Constant and Description |
|---|
MD5 |
SHA_256 |
SHA_512_256 |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getJavaName() |
java.lang.String |
getRfcName() |
static DigestAuthenticator.AuthDigest |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DigestAuthenticator.AuthDigest[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DigestAuthenticator.AuthDigest MD5
public static final DigestAuthenticator.AuthDigest SHA_256
public static final DigestAuthenticator.AuthDigest SHA_512_256
public static DigestAuthenticator.AuthDigest[] values()
for (DigestAuthenticator.AuthDigest c : DigestAuthenticator.AuthDigest.values()) System.out.println(c);
public static DigestAuthenticator.AuthDigest valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String getJavaName()
public java.lang.String getRfcName()
Copyright © 2000-2024 Apache Software Foundation.
Apache Tomcat, Tomcat, Apache, the Apache Tomcat logo and the Apache logo are either registered trademarks or trademarks of the Apache Software Foundation.