A C D F G H I O P S T V

A

AlgorithmNotSupportedException - Exception in com.digisigner.api.exception
This runtime exception is thrown during the signing process, if the chosen hash algorithm is not supported by the key store you are using.
AlgorithmNotSupportedException() - Constructor for exception com.digisigner.api.exception.AlgorithmNotSupportedException
 
AlgorithmNotSupportedException(String, Throwable) - Constructor for exception com.digisigner.api.exception.AlgorithmNotSupportedException
 
AlgorithmNotSupportedException(String) - Constructor for exception com.digisigner.api.exception.AlgorithmNotSupportedException
 
AlgorithmNotSupportedException(Throwable) - Constructor for exception com.digisigner.api.exception.AlgorithmNotSupportedException
 

C

CertificationLevelEnum - Enum in com.digisigner.api
Signature certification level.
com.digisigner.api - package com.digisigner.api
 
com.digisigner.api.exception - package com.digisigner.api.exception
 
CrlRetrievalException - Exception in com.digisigner.api.exception
This runtime exception is thrown during the signing process, if the attempt to load certificate revocation lists fails for some reason.
CrlRetrievalException() - Constructor for exception com.digisigner.api.exception.CrlRetrievalException
 
CrlRetrievalException(String, Throwable) - Constructor for exception com.digisigner.api.exception.CrlRetrievalException
 
CrlRetrievalException(String) - Constructor for exception com.digisigner.api.exception.CrlRetrievalException
 
CrlRetrievalException(Throwable) - Constructor for exception com.digisigner.api.exception.CrlRetrievalException
 

D

DigiRuntimeException - Exception in com.digisigner.api.exception
The parent of all runtime exception thrown by DigiSigner library.
DigiRuntimeException() - Constructor for exception com.digisigner.api.exception.DigiRuntimeException
 
DigiRuntimeException(String, Throwable) - Constructor for exception com.digisigner.api.exception.DigiRuntimeException
 
DigiRuntimeException(String) - Constructor for exception com.digisigner.api.exception.DigiRuntimeException
 
DigiRuntimeException(Throwable) - Constructor for exception com.digisigner.api.exception.DigiRuntimeException
 

F

fromJksFile(String, String, String, String) - Static method in class com.digisigner.api.SigningData
Creates a SigningData object from a JKS (Java Key Store) file.
fromJksFile(String, String, String) - Static method in class com.digisigner.api.SigningData
Creates a SigningData object from a JKS (Java Key Store) file with only one valid key.
fromKeyStore(KeyStore, String, String) - Static method in class com.digisigner.api.SigningData
Creates a SigningData object from a general KeyStore.
fromPkcs11Token(String, String, String) - Static method in class com.digisigner.api.SigningData
Creates a SigningData object from a PKCS#11 token.
fromPkcs11Token(String, String) - Static method in class com.digisigner.api.SigningData
Creates a SigningData object from a PKCS#11 token with only one valid key.
fromPkcs12File(String, String, String) - Static method in class com.digisigner.api.SigningData
Creates a SigningData object from a PKCS#12 (also known as PFX) file.
fromPkcs12File(String, String) - Static method in class com.digisigner.api.SigningData
Creates a SigningData object from a PKCS#12 (also known as PFX) file with only one valid key.
fromWindowsKeyStore(String) - Static method in class com.digisigner.api.SigningData
Creates a SigningData object from Windows key store.
fromWindowsKeyStore() - Static method in class com.digisigner.api.SigningData
Creates a SigningData object from Windows key store with only one valid key.

G

getAppearanceData() - Method in class com.digisigner.api.SigningData
Returns signature appearance data.
getCertificationLevel() - Method in class com.digisigner.api.SigningData
Returns the certification level of the signature.
getContact() - Method in class com.digisigner.api.SigningData
Returns the contact information of the signer.
getFieldName() - Method in class com.digisigner.api.SigningData
Returns the name of the signature field, where the signature will be created.
getFieldRectangle() - Method in class com.digisigner.api.SigningData
Returns the rectangle with coordinates for the new signature field, where the digital signature will be placed.
getFontFilepath() - Method in class com.digisigner.api.SignatureAppearanceData.SignaturePartData
Returns the path to font file which is used for the text in this part.
getGraphicFilename() - Method in class com.digisigner.api.SignatureAppearanceData.SignaturePartData
Returns the file name of the graphic.
getHashAlgorithm() - Method in class com.digisigner.api.SigningData
Returns the hash algorithm that will be used by creating the signature.
getKeyAlias() - Method in class com.digisigner.api.SigningData
Returns the alias of the key that will be used for signing.
getKeyPassword() - Method in class com.digisigner.api.SigningData
Returns the key password.
getKeyStore() - Method in class com.digisigner.api.SigningData
Returns the key store with the key.
getLeftPartData() - Method in class com.digisigner.api.SignatureAppearanceData
Returns appearance data for the left part of the signature.
getLocation() - Method in class com.digisigner.api.SigningData
Returns the geographic location, where the signature is created.
getLogoFilename() - Method in class com.digisigner.api.SignatureAppearanceData
Returns the file name of the logo image in background of the signature.
getName() - Method in class com.digisigner.api.SignatureFieldData
Returns signature field name in the document.
getPageNumber() - Method in class com.digisigner.api.SignatureFieldData
Returns number of the page, where the signature field is located.
getPageNumber() - Method in class com.digisigner.api.SigningData
Returns the page number, where the signature will be created.
getPassword() - Method in class com.digisigner.api.PdfDocument
Returns the password of the PDF document.
getProvider() - Method in class com.digisigner.api.SigningData
Returns the provider that was used to load key store.
getProxyServerHost() - Method in class com.digisigner.api.SigningData
Returns the address of the proxy server host.
getProxyServerPort() - Method in class com.digisigner.api.SigningData
Returns the port of the proxy server host.
getReason() - Method in class com.digisigner.api.SigningData
Return the reason of the signature.
getRenderingMode() - Method in class com.digisigner.api.SignatureAppearanceData.SignaturePartData
Returns signature rendering mode: signer name, graphic or text.
getRightPartData() - Method in class com.digisigner.api.SignatureAppearanceData
Returns appearance data for the right part of the signature.
getTsaServerAccount() - Method in class com.digisigner.api.SigningData
Returns your account name (login information) on the time stamp server.
getTsaServerPassword() - Method in class com.digisigner.api.SigningData
Returns the password for your account on the time stamp server.
getTsaServerPolicyOid() - Method in class com.digisigner.api.SigningData
Returns the policy OID for the time stamp server.
getTsaServerUrl() - Method in class com.digisigner.api.SigningData
Return the URL of the time stamp server.

H

HashAlgorithmEnum - Enum in com.digisigner.api
Signature hash algorithm.

I

isIncludeCrls() - Method in class com.digisigner.api.SigningData
Returns true if signature will include CRLs (Certificate Revocation Lists).
isIncludeOcspResponse() - Method in class com.digisigner.api.SigningData
Returns true if signature will include OCSP response (Online Certificate Status Protocol).
isShowDate() - Method in class com.digisigner.api.SignatureAppearanceData
Indicates if the date is included in the signature text.
isShowDistinguishedName() - Method in class com.digisigner.api.SignatureAppearanceData
Indicates if the distinguished name is included in the signature text.
isShowFrame() - Method in class com.digisigner.api.SignatureAppearanceData
Indicates if there will be a frame painted around the signature field.
isShowLabels() - Method in class com.digisigner.api.SignatureAppearanceData
Indicates if labels are included in the signature text.
isShowLocation() - Method in class com.digisigner.api.SignatureAppearanceData
Indicates if the location is included in the signature text.
isShowLogo() - Method in class com.digisigner.api.SignatureAppearanceData
Indicates if the logo is shown.
isShowName() - Method in class com.digisigner.api.SignatureAppearanceData
Indicates if the signer name is included in the signature text.
isShowPart() - Method in class com.digisigner.api.SignatureAppearanceData.SignaturePartData
Indicates if this particular part is shown at all.
isShowReason() - Method in class com.digisigner.api.SignatureAppearanceData
Indicates if the reason is included in the signature text.

O

OcspCheckException - Exception in com.digisigner.api.exception
This runtime exception is thrown during the signing process, if the attempt to get the response from the OCSP server fails for some reason.
OcspCheckException() - Constructor for exception com.digisigner.api.exception.OcspCheckException
 
OcspCheckException(String, Throwable) - Constructor for exception com.digisigner.api.exception.OcspCheckException
 
OcspCheckException(String) - Constructor for exception com.digisigner.api.exception.OcspCheckException
 
OcspCheckException(Throwable) - Constructor for exception com.digisigner.api.exception.OcspCheckException
 

P

PdfDocument - Class in com.digisigner.api
The PdfDocument class represents your PDF document and provides methods to digitally sign it.
PdfDocument(File) - Constructor for class com.digisigner.api.PdfDocument
Creates a PdfDocument object from a File object.
PdfDocument(String) - Constructor for class com.digisigner.api.PdfDocument
Creates a PdfDocument object from a file specified by name.
PdfDocument(byte[]) - Constructor for class com.digisigner.api.PdfDocument
Creates a PdfDocument object from a byte array with the content of the pdf document.
PdfDocument(InputStream) - Constructor for class com.digisigner.api.PdfDocument
Creates a PdfDocument object from an InputStream.
PdfDocument(URL) - Constructor for class com.digisigner.api.PdfDocument
Creates a PdfDocument object from a URL.

S

setAppearanceData(SignatureAppearanceData) - Method in class com.digisigner.api.SigningData
Specifies signature appearance data, that is how the signature will look like.
setCertificationLevel(CertificationLevelEnum) - Method in class com.digisigner.api.SigningData
With the certification level for your signature you can specify what changes are allowed on your document after signing.
setContact(String) - Method in class com.digisigner.api.SigningData
Specifies the contact information of the signer, like email address or phone number.
setFieldName(String) - Method in class com.digisigner.api.SigningData
Specifies the name of some existing empty signature field in the document, where the signature will be created.
setFieldRectangle(Rectangle2D.Float) - Method in class com.digisigner.api.SigningData
Specifies the rectangle coordinates for the new signature field, that will be created before signing the document.
setFontFilepath(String) - Method in class com.digisigner.api.SignatureAppearanceData.SignaturePartData
Sets the path to font file which is used for the text in this part.
setGraphicFilename(String) - Method in class com.digisigner.api.SignatureAppearanceData.SignaturePartData
Sets graphic file name.
setHashAlgorithm(HashAlgorithmEnum) - Method in class com.digisigner.api.SigningData
Sets the hash algorithm that will be used by creating the signature.
setIncludeCrls(boolean) - Method in class com.digisigner.api.SigningData
Specifies if the signature should include CRLs (Certificate Revocation Lists).
setIncludeOcspResponse(boolean) - Method in class com.digisigner.api.SigningData
Specifies if the signature should include OCSP response (Online Certificate Status Protocol).
setLeftPartData(SignatureAppearanceData.SignaturePartData) - Method in class com.digisigner.api.SignatureAppearanceData
Sets appearance data for the left part of the signature.
setLocation(String) - Method in class com.digisigner.api.SigningData
Returns the geographic location, where the signature is created.
setLogoFilename(String) - Method in class com.digisigner.api.SignatureAppearanceData
Specifies the file name with the logo image.
setPageNumber(int) - Method in class com.digisigner.api.SigningData
Specifies the page number, where the signature will be created.
setPassword(String) - Method in class com.digisigner.api.PdfDocument
Sets the password of the document.
setProvider(Provider) - Method in class com.digisigner.api.SigningData
Sets the provider that was used to load the key store.
setProxyServerHost(String) - Method in class com.digisigner.api.SigningData
Sets the address of the proxy server host.
setProxyServerPort(int) - Method in class com.digisigner.api.SigningData
Sets the prot of the proxy server host.
setReason(String) - Method in class com.digisigner.api.SigningData
Specifies the reason of the signature.
setRenderingMode(SignatureRenderingModeEnum) - Method in class com.digisigner.api.SignatureAppearanceData.SignaturePartData
Sets signature rendering mode: signer name, graphic or text.
setRightPartData(SignatureAppearanceData.SignaturePartData) - Method in class com.digisigner.api.SignatureAppearanceData
Sets appearance data for the right part of the signature.
setShowDate(boolean) - Method in class com.digisigner.api.SignatureAppearanceData
Sets if the date is included in the signature text.
setShowDistinguishedName(boolean) - Method in class com.digisigner.api.SignatureAppearanceData
Sets if the distinguished name is included in the signature text.
setShowFrame(boolean) - Method in class com.digisigner.api.SignatureAppearanceData
Sets if there will be a frame painted around the signature field.
setShowLabels(boolean) - Method in class com.digisigner.api.SignatureAppearanceData
Sets if labels (like "Location:", "Date:") are included in the signature text.
setShowLocation(boolean) - Method in class com.digisigner.api.SignatureAppearanceData
Sets if the location is included in the signature text.
setShowLogo(boolean) - Method in class com.digisigner.api.SignatureAppearanceData
Sets if the logo is shown.
setShowName(boolean) - Method in class com.digisigner.api.SignatureAppearanceData
Sets if the signer name is included in the signature text.
setShowPart(boolean) - Method in class com.digisigner.api.SignatureAppearanceData.SignaturePartData
Sets if the part is shown.
setShowReason(boolean) - Method in class com.digisigner.api.SignatureAppearanceData
Sets if the reason is included in the signature text.
setTsaServerAccount(String) - Method in class com.digisigner.api.SigningData
Sets your account name (login information) for the time stamp server.
setTsaServerPassword(String) - Method in class com.digisigner.api.SigningData
Sets the password for your account on the time stamp server.
setTsaServerPolicyOid(String) - Method in class com.digisigner.api.SigningData
Sets the policy OID for your time stamp server.
setTsaServerUrl(String) - Method in class com.digisigner.api.SigningData
Sets the URL of the time stamp server.
SignatureAppearanceData - Class in com.digisigner.api
Allows to customize the appearance for your visible signature.
SignatureAppearanceData() - Constructor for class com.digisigner.api.SignatureAppearanceData
 
SignatureAppearanceData.SignaturePartData - Class in com.digisigner.api
Allows to customize a particular signature part.
SignatureAppearanceData.SignaturePartData(SignatureRenderingModeEnum) - Constructor for class com.digisigner.api.SignatureAppearanceData.SignaturePartData
Creates SignaturePartData object with the specified rendering mode: signer name, graphic or text.
SignatureFieldData - Class in com.digisigner.api
The SignatureFieldData represents all kinds of signature fields in PDF documents, visible and invisible, blank and already signed.
SignatureFieldData(String, int) - Constructor for class com.digisigner.api.SignatureFieldData
Creates new signature field object.
SignatureRenderingModeEnum - Enum in com.digisigner.api
Signature rendering mode.
signDocument(SigningData, String) - Method in class com.digisigner.api.PdfDocument
Digitally signs the document and saves the signed result in the specified file.
signDocument(SigningData, OutputStream) - Method in class com.digisigner.api.PdfDocument
Digitally signs the document and saves the signed result in the specified OutputStream.
SigningData - Class in com.digisigner.api
Holds the data required to create a digital signature in the document.

T

TimeStampException - Exception in com.digisigner.api.exception
This runtime exception is thrown during the signing process, if the attempt to get the time stamp from the time stamp server fails for some reason.
TimeStampException() - Constructor for exception com.digisigner.api.exception.TimeStampException
 
TimeStampException(String, Throwable) - Constructor for exception com.digisigner.api.exception.TimeStampException
 
TimeStampException(String) - Constructor for exception com.digisigner.api.exception.TimeStampException
 
TimeStampException(Throwable) - Constructor for exception com.digisigner.api.exception.TimeStampException
 
toString() - Method in enum com.digisigner.api.HashAlgorithmEnum
 
toString() - Method in class com.digisigner.api.SignatureFieldData
 

V

valueOf(String) - Static method in enum com.digisigner.api.CertificationLevelEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.digisigner.api.HashAlgorithmEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.digisigner.api.SignatureRenderingModeEnum
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.digisigner.api.CertificationLevelEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.digisigner.api.HashAlgorithmEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.digisigner.api.SignatureRenderingModeEnum
Returns an array containing the constants of this enum type, in the order they are declared.

A C D F G H I O P S T V