public enum PDFSignOption extends Enum<PDFSignOption> implements RendererConfigOption
Enum Constant and Description |
---|
KEYSTORE |
LOCATION |
NAME |
PASSWORD |
REASON |
Modifier and Type | Field and Description |
---|---|
static String |
SIGN_PARAMS |
Modifier and Type | Method and Description |
---|---|
Object |
getDefaultValue() |
String |
getName()
The name of the option.
|
static PDFSignOption |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PDFSignOption[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PDFSignOption KEYSTORE
public static final PDFSignOption NAME
public static final PDFSignOption LOCATION
public static final PDFSignOption REASON
public static final PDFSignOption PASSWORD
public static final String SIGN_PARAMS
public static PDFSignOption[] values()
for (PDFSignOption c : PDFSignOption.values()) System.out.println(c);
public static PDFSignOption 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 nullpublic String getName()
RendererConfigOption
getName
in interface RendererConfigOption
public Object getDefaultValue()
getDefaultValue
in interface RendererConfigOption
Copyright © 2025 Apache Software Foundation. All rights reserved.