public enum ResourceType extends java.lang.Enum<ResourceType>
| Enum Constant and Description |
|---|
CERTIFICATE
The resource is a certificate.
|
CRL
The resource is a CRL.
|
LOTL
The resource is a LOTL.
|
MANIFEST
The resource is a manifest.
|
P7S
The resource is a PKCS7 P7S file.
|
TSL
The resource is a TSL.
|
UNDEFINED
The resource is a undefined.
|
| Modifier and Type | Method and Description |
|---|---|
static ResourceType |
fromValue(int value)
Creates an enumeration value from int.
|
int |
getValue()
Gets the enumeration value as int.
|
static ResourceType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ResourceType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ResourceType UNDEFINED
public static final ResourceType MANIFEST
public static final ResourceType CERTIFICATE
public static final ResourceType TSL
public static final ResourceType CRL
public static final ResourceType LOTL
public static final ResourceType P7S
public static ResourceType[] values()
for (ResourceType c : ResourceType.values()) System.out.println(c);
public static ResourceType 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 int getValue()
public static ResourceType fromValue(int value)
value - The int value.Copyright © 2020-2030, id3 Technologies. All rights reserved. eu.id3.bioseal