java.io.Serializable
, java.lang.Comparable<DigestQop>
public enum DigestQop extends java.lang.Enum<DigestQop>
Modifier and Type | Method | Description |
---|---|---|
static DigestQop |
forName(java.lang.String name) |
|
java.lang.String |
getToken() |
|
boolean |
isMessageIntegrity() |
|
static DigestQop |
valueOf(java.lang.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(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 getToken()
public boolean isMessageIntegrity()
public static DigestQop forName(java.lang.String name)
Copyright © 2018. All rights reserved.