java.lang.Object | ||
↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
↳ | com.pspdfkit.signatures.SigningStatus |
Result of signing operation.
Enum Values | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
SigningStatus | CANNOT_ADD_SIGNATURE_TO_PKCS7 | A problem ocurred while adding the signature to the PKCS#7 structure. | |||||||||
SigningStatus | CANNOT_CREATE_PADDING | A problem ocurred constructing the encryption + hash pair for the signature. | |||||||||
SigningStatus | CANNOT_CREATE_PKCS7_SIGNATURE | A problem ocurred while creating the underlying PKCS#7 structure. | |||||||||
SigningStatus | CANNOT_FIND_SIGNATURE | Cannot find the signature, either in a new or existing document. | |||||||||
SigningStatus | CANNOT_GENERATE_PKCS7_SIGNATURE | A problem ocurred while generating the PKCS#7 signature. | |||||||||
SigningStatus | CANNOT_HASH_DOCUMENT | The document could not be hashed, probably because the byte range is wrong. | |||||||||
SigningStatus | CANNOT_INIT_PKCS7 | A problem ocurred while initializing the PKCS#7 structure. | |||||||||
SigningStatus | CANNOT_PROCESS_BYTERANGE | The document range could not be processed, probably because the byte range is wrong. | |||||||||
SigningStatus | CANNOT_SAVE_TO_DESTINATION | A problem ocurred while saving the signed document to its destination file. | |||||||||
SigningStatus | CANNOT_SIGN_ATTRIBUTES | The attributes could not be signed. | |||||||||
SigningStatus | CANNOT_VERIFY_SIGNATURE | A problem ocurred while verifying the signature. | |||||||||
SigningStatus | CANNOT_WRITE_PKCS7_SIGNATURE | A problem ocurred while writing the PKCS#7 structure to the document. | |||||||||
SigningStatus | SIGNED | Document was signed correctly. | |||||||||
SigningStatus | UNSUPPORTED_PKCS7_FORMAT | The PKCS7 is not DER-encoded, as the PDF spec expects. | |||||||||
SigningStatus | UNSUPPORTED_SUBFILTER_TYPE | The chosen filter subtype is not supported for signing documents. |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
static SigningStatus | valueOf(String name) | ||||||||||
final static SigningStatus[] | values() |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
A problem ocurred while adding the signature to the PKCS#7 structure.
A problem ocurred constructing the encryption + hash pair for the signature.
A problem ocurred while creating the underlying PKCS#7 structure.
Cannot find the signature, either in a new or existing document.
A problem ocurred while generating the PKCS#7 signature.
The document could not be hashed, probably because the byte range is wrong.
A problem ocurred while initializing the PKCS#7 structure.
The document range could not be processed, probably because the byte range is wrong.
A problem ocurred while saving the signed document to its destination file.
A problem ocurred while verifying the signature.
A problem ocurred while writing the PKCS#7 structure to the document.
The PKCS7 is not DER-encoded, as the PDF spec expects.
The chosen filter subtype is not supported for signing documents.