public enum CertificateEncryptionPermissions extends Enum<CertificateEncryptionPermissions>
Enum Constant and Description |
---|
PKI_ALL_PERM
Represents all permissions.
|
PKI_EDIT_ADD
Represents the permission that enables users to add form data.
|
PKI_EDIT_ASSEMBLE
Represents the permission that enables users to assemble PDF documents.
|
PKI_EDIT_COPY
Represents the permission that enables users to copy form data.
|
PKI_EDIT_EXTRACT
Represents the permission that enables users to extract data from forms.
|
PKI_EDIT_FORM_FILL
Represents the permission that enables users to fill in forms.
|
PKI_EDIT_MODIFY
Represents the permission that enables the users to edit the PDF document.
|
PKI_PRINT_HIGH
Allows high-resolution printing of documents.
|
PKI_PRINT_LOW
Allows low-resolution printing of documents.
|
Modifier and Type | Method and Description |
---|---|
static CertificateEncryptionPermissions |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CertificateEncryptionPermissions[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CertificateEncryptionPermissions PKI_ALL_PERM
public static final CertificateEncryptionPermissions PKI_EDIT_ADD
public static final CertificateEncryptionPermissions PKI_EDIT_COPY
public static final CertificateEncryptionPermissions PKI_EDIT_ASSEMBLE
public static final CertificateEncryptionPermissions PKI_EDIT_EXTRACT
public static final CertificateEncryptionPermissions PKI_EDIT_FORM_FILL
public static final CertificateEncryptionPermissions PKI_EDIT_MODIFY
public static final CertificateEncryptionPermissions PKI_PRINT_HIGH
PKI_PRINT_HIGH
and PKI_PRINT_LOW
values.public static final CertificateEncryptionPermissions PKI_PRINT_LOW
public static CertificateEncryptionPermissions[] values()
for (CertificateEncryptionPermissions c : CertificateEncryptionPermissions.values()) System.out.println(c);
public static CertificateEncryptionPermissions 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 © 1982–2022 Adobe Systems Inc.. All rights reserved.