public enum SignatureType extends Enum<SignatureType>
| Enum Constant and Description |
|---|
APPROVAL
Signed signature type.
|
CERTIFICATION_ALL_CHANGES
Signed signature type.
|
CERTIFICATION_FILLINGFORMS_SIGNING
Signed signature type.
|
CERTIFICATION_FILLINGFORMS_SIGNING_ANNOTATIONS
Signed signature type.
|
CERTIFICATION_NO_CHANGES
Signed signature type.
|
INCOMPLETE
Represents an incomplete or partly signed signature field.
|
UNSIGNED
Represents an unsigned (empty) signature field
|
USAGE_RIGHTS
Signed signature type.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isCertificationType() |
static SignatureType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SignatureType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SignatureType UNSIGNED
public static final SignatureType INCOMPLETE
public static final SignatureType APPROVAL
public static final SignatureType CERTIFICATION_ALL_CHANGES
All changes to the document are permitted; no change to the document shall invalidate the signature.
public static final SignatureType CERTIFICATION_NO_CHANGES
No changes to the document shall be permitted; any change to the document shall invalidate the signature.
public static final SignatureType CERTIFICATION_FILLINGFORMS_SIGNING
Permitted changes shall be filling in forms, instantiating page templates, and signing; other changes shall invalidate the signature.
public static final SignatureType CERTIFICATION_FILLINGFORMS_SIGNING_ANNOTATIONS
Permitted changes shall be the same as for 2, as well as annotation creation,deletion, and modification; other changes shall invalidate the signature.
public static final SignatureType USAGE_RIGHTS
public static SignatureType[] values()
for (SignatureType c : SignatureType.values()) System.out.println(c);
public static SignatureType 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 boolean isCertificationType()
Copyright © 2024. All rights reserved.