net.named_data.jndn
public enum KeyNameType extends Enum<KeyNameType>
| Enum Constant and Description |
|---|
NONE |
PUBLISHER_CERTIFICATE_DIGEST |
PUBLISHER_ISSUER_CERTIFICATE_DIGEST |
PUBLISHER_ISSUER_KEY_DIGEST |
PUBLISHER_PUBLIC_KEY_DIGEST |
| Modifier and Type | Method and Description |
|---|---|
static KeyNameType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KeyNameType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final KeyNameType NONE
public static final KeyNameType PUBLISHER_PUBLIC_KEY_DIGEST
public static final KeyNameType PUBLISHER_CERTIFICATE_DIGEST
public static final KeyNameType PUBLISHER_ISSUER_KEY_DIGEST
public static final KeyNameType PUBLISHER_ISSUER_CERTIFICATE_DIGEST
public static KeyNameType[] values()
for (KeyNameType c : KeyNameType.values()) System.out.println(c);
public static KeyNameType 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 nullCopyright © 2015. All rights reserved.