public abstract class Constants
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
Constants.SubFilter
Supported values for attribute SubFilter in signature dictionary.
|
Modifier and Type | Field and Description |
---|---|
static int |
BUFFERSIZE
Buffer size of internal byte buffers used to read from streams.
|
static java.lang.String |
CATALOGEXTENSIONS
Key name of an entry in the document catalog specifying the extensions used in the document.
|
static java.lang.String |
DOCMDP
Value used in the transform method entry to indicate DocMDP method.
|
static java.lang.String |
DSS
Key name of the document security store containing all PKI validation data for validating
included signatures.
|
static java.lang.String |
DSSCERTS
Key name of an entry in the DSS containing certificates for validation.
|
static java.lang.String |
DSSCRLS
Key name of an entry in the DSS containing CRLs for validation.
|
static java.lang.String |
DSSOCSPS
Key name of an entry in the DSS containing OCSP responses for validation.
|
static java.lang.String |
DSSVRI
Key name of a dictionary entry in the DSS containing validation related information (VRI) for
given signatures.
|
static java.lang.String |
LEGAL
Key name of legal entry in PDF catalog, used to set a legal content attestation for
certification signatures.
|
static java.lang.String |
PERMS
Key name for permission entry in PDF catalog, used for certification signatures
|
static java.lang.String |
REFERENCE
Key name of a signature reference dictionary in the signature dictionary, used to handle
modifications of signed versions.
|
static java.lang.String |
SHA1SUBFILTER
Subfilter ADOBE_PKCS7_SHA1 (only supported implicit signature)
|
static java.lang.String |
TRANSFORMMETHOD
Key name of the transform method entry in the signature reference dictionary, used to specify
the method how to handle modifications of signed versions.
|
static java.lang.String |
TRANSFORMPARAMS
Key name of the transform parameter entry in the signature reference dictionary, used to
specify the parameters for the transform method.
|
static java.lang.String |
TSPSUBFILTER
Subfilter for document timestamps (no typical pdf signature)
|
static java.lang.String |
VRICERT
Key name of an entry in a VRI dictionary containing certificates for the given signature.
|
static java.lang.String |
VRICRL
Key name of an entry in a VRI dictionary containing CRLs for the given signature.
|
static java.lang.String |
VRIOCSP
Key name of an entry in a VRI dictionary containing OCSP responses for the given signature.
|
Constructor and Description |
---|
Constants() |
public static java.lang.String SHA1SUBFILTER
public static java.lang.String TSPSUBFILTER
public static java.lang.String PERMS
public static java.lang.String LEGAL
public static java.lang.String REFERENCE
public static java.lang.String TRANSFORMMETHOD
public static java.lang.String TRANSFORMPARAMS
public static java.lang.String DOCMDP
public static java.lang.String DSS
public static java.lang.String DSSVRI
public static java.lang.String DSSCERTS
public static java.lang.String DSSOCSPS
public static java.lang.String DSSCRLS
public static java.lang.String VRICERT
public static java.lang.String VRICRL
public static java.lang.String VRIOCSP
public static java.lang.String CATALOGEXTENSIONS
public static final int BUFFERSIZE