public enum ArchiveTimestampType extends Enum<ArchiveTimestampType>
| Enum Constant and Description |
|---|
CAdES |
CAdES_V2 |
CAdES_v3 |
XAdES |
XAdES_141 |
| Modifier and Type | Method and Description |
|---|---|
static ArchiveTimestampType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ArchiveTimestampType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ArchiveTimestampType XAdES
public static final ArchiveTimestampType XAdES_141
public static final ArchiveTimestampType CAdES
public static final ArchiveTimestampType CAdES_V2
public static final ArchiveTimestampType CAdES_v3
public static ArchiveTimestampType[] values()
for (ArchiveTimestampType c : ArchiveTimestampType.values()) System.out.println(c);
public static ArchiveTimestampType 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 © 2019. All rights reserved.