@Deprecated
public class PdfAsFactory
extends java.lang.Object
PdfAs
Constructor and Description |
---|
PdfAsFactory()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static PdfAs |
createPdfAs()
Deprecated.
|
static PdfAs |
createPdfAs(boolean registerProvider)
Deprecated.
|
static PdfAs |
createPdfAs(java.io.File workDirectory)
Deprecated.
|
static PdfAs |
createPdfAs(java.io.File workDirectory,
boolean registerProvider)
Deprecated.
|
@Deprecated public static PdfAs createPdfAs(java.io.File workDirectory) throws PdfAsException
workDirectory
- The work directory. If null
the configuration is assumed to be located
within the user's home directory. Note: IAIK JCE and IAIK ECC security provders are
automatically registered.java.lang.IllegalArgumentException
- Thrown, if the workDirectory doesn't exist.PdfAsException
- Thrown, if the work directory does not meet its requirements, or
if the config file is invalid.PdfAS#USERHOME_CONFIG_FOLDER
@Deprecated public static PdfAs createPdfAs(java.io.File workDirectory, boolean registerProvider) throws PdfAsException
workDirectory
- The work directory. If null
the configuration is assumed to be located
within the user's home directory.registerProvider
- true
: automatically registers IAIK JCE and ECC Provider;
false
: providers will NOT be automatically registered, providers
needed have to be registered by the API userjava.lang.IllegalArgumentException
- Thrown, if the workDirectory doesn't exist.PdfAsException
- Thrown, if the work directory does not meet its requirements, or
if the config file is invalid.PdfAS#USERHOME_CONFIG_FOLDER
@Deprecated public static PdfAs createPdfAs() throws PdfAsException
java.lang.IllegalArgumentException
- Thrown, if the work directory doesn't exist within the user's home directory.PdfAsException
- Thrown, if the work directory does not meet its requirements, or
if the config file is invalid.PdfAS#USERHOME_CONFIG_FOLDER
@Deprecated public static PdfAs createPdfAs(boolean registerProvider) throws PdfAsException
registerProvider
- true
: automatically registers IAIK JCE and ECC Provider;
false
: providers will NOT be automatically registered, providers
needed have to be registered by the API userjava.lang.IllegalArgumentException
- Thrown, if the work directory doesn't exist within the user's home directory.PdfAsException
- Thrown, if the work directory does not meet its requirements, or
if the config file is invalid.PdfAS#USERHOME_CONFIG_FOLDER