SignatureVerificationResult
Vue de l’ensemble
‘SignatureVerificationResult’ est une classe dans Aspose.PDF FOSS pour Java.
Résultat de la vérification d’une signature PDF.
Cette classe fournit 8 méthodes pour travailler avec les objets SignatureVerificationResult dans les programmes Java. Les méthodologies disponibles comprennent: ‘Signature VerifiedResultat’, ‘getCertificate’, getFieldName', ‘getLocation’, ' getReason', ’getSignerNamen', ‚getTimes' et 'isValid'. Tous les membres publics sont accessibles à toute application Java après avoir installé l'Aspose.PDF FOSS pour le package Java, propriétés : 'certificat', ''fieldNam',''location',reason, 'signerNames', ‘’signingTime et 1 plus.
Propriétés
| Name | Type | Access | Description |
|---|---|---|---|
fieldName | String | Read | Gets the field name. |
valid | boolean | Read | Gets the valid. |
signerName | String | Read | Gets the signer name. |
signingTime | Date | Read | Gets the signing time. |
certificate | X509Certificate | Read | Gets the certificate. |
reason | String | Read | Gets the reason. |
location | String | Read | Gets the location. |
méthodes
| Signature | Description |
|---|---|
SignatureVerificationResult(fieldName: String, valid: boolean, signerName: String, signingTime: Date, certificate: X509Certificate, reason: String, location: String) | |
getFieldName() → String | Returns the field name. |
isValid() → boolean | Returns true if valid is set. |
getSignerName() → String | Returns the signer name. |
getSigningTime() → Date | Returns the signing time. |
getCertificate() → X509Certificate | Returns the certificate. |
getReason() → String | Returns the reason. |
getLocation() → String | Returns the location. |
Voir aussi
- Aspose.PDF pour Java — API d’entreprise