public static enum PlaylistProxy.SessionKeyFormat extends java.lang.Enum<PlaylistProxy.SessionKeyFormat>
| Enum Constant and Description |
|---|
CLEAR
Clear AES-128 key.
|
SKB
SKB exported AES-128 key
|
| Modifier and Type | Method and Description |
|---|---|
static PlaylistProxy.SessionKeyFormat |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PlaylistProxy.SessionKeyFormat[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PlaylistProxy.SessionKeyFormat CLEAR
public static final PlaylistProxy.SessionKeyFormat SKB
public static PlaylistProxy.SessionKeyFormat[] values()
for (PlaylistProxy.SessionKeyFormat c : PlaylistProxy.SessionKeyFormat.values()) System.out.println(c);
public static PlaylistProxy.SessionKeyFormat 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 null