SignatureVerificationResult
Revisión
SignatureVerificationResult Es una clase en Aspose.PDF FOSS para Java.
Resultado de la verificación de una firma PDF.
Esta clase proporciona 8 métodos para trabajar con los objetos SignatureVerificationResult en programas de Java. Los métodos disponibles incluyen: SignatureVerificationResult, getCertificate, getFieldName, getLocation, getReason, getSignerName, getSigningTime, isValid. Todos los miembros públicos están accesibles a cualquier aplicación Java después de instalar el Aspose.PDF FOSS para el paquete Java. Propiedades : certificate, fieldName, location, reason, signerName, signingTime,Y uno más.
Propiedades
| Nombre | Tipo | Acceso | Descripción |
|---|---|---|---|
fieldName | String | Leer | Tiene el nombre de campo. |
valid | boolean | Leer | Se obtiene el válido. |
signerName | String | Leer | Tiene el nombre de la firma. |
signingTime | Date | Leer | Tiene el tiempo de firma. |
certificate | X509Certificate | Leer | Obtenga el certificado. |
reason | String | Leer | Obtenga la razón. |
location | String | Leer | Obtenga la ubicación. |
Metodología
| firma | Descripción |
|---|---|
SignatureVerificationResult(fieldName: String, valid: boolean, signerName: String, signingTime: Date, certificate: X509Certificate, reason: String, location: String) | |
getFieldName() → String | Devolver el nombre de campo. |
isValid() → boolean | Retorna válida si se establece válido. |
getSignerName() → String | devolver el nombre del signatario. |
getSigningTime() → Date | Retorna el tiempo de firma. |
getCertificate() → X509Certificate | devolver el certificado. |
getReason() → String | devolver la razón. |
getLocation() → String | devolver la ubicación. |