java.lang.Object | ||
↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
↳ | com.pspdfkit.signatures.DigitalSignatureValidationResult.ValidationProblem |
Problems that prevented proper validation of a signature.
Enum Values | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
DigitalSignatureValidationResult.ValidationProblem | CERTIFICATE_CHAIN_FAILURE | The certificate chain produced an error. | |||||||||
DigitalSignatureValidationResult.ValidationProblem | COULD_NOT_CHECK_REVOCATION_STATUS | The certificate OCSP revocation check failed (likely due to a network error). | |||||||||
DigitalSignatureValidationResult.ValidationProblem | DOCUMENT_INTEGRITY_FAILURE | Document integrity validation failed; | |||||||||
DigitalSignatureValidationResult.ValidationProblem | EMPTY_TRUSTED_KEYSTORE | Could not verify the certificate chain, due to an empty trusted keystore. | |||||||||
DigitalSignatureValidationResult.ValidationProblem | SELF_SIGNED | Signature is self signed. |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String | getLocalizedDescription(Context context) | ||||||||||
static DigitalSignatureValidationResult.ValidationProblem | valueOf(String name) | ||||||||||
final static ValidationProblem[] | values() |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
The certificate chain produced an error.
The certificate OCSP revocation check failed (likely due to a network error).
Document integrity validation failed;
Could not verify the certificate chain, due to an empty trusted keystore.
Signature is self signed.