public enum DigestQop extends Enum<DigestQop>
Modifier and Type | Method and Description |
---|---|
static DigestQop | forName(String name) |
String | getToken() |
boolean | isMessageIntegrity() |
static DigestQop | valueOf(String name) Returns the enum constant of this type with the specified name. |
static DigestQop[] | values() Returns an array containing the constants of this enum type, in the order they are declared. |
public static final DigestQop AUTH
public static final DigestQop AUTH_INT
public static DigestQop[] values()
for (DigestQop c : DigestQop.values()) System.out.println(c);
public static DigestQop valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String getToken()
public boolean isMessageIntegrity()
Copyright © 2020 JBoss by Red Hat. All rights reserved.