SignatureVerificationResult
SignatureVerificationResult
General
SignatureVerificationResult és una classe en FOSS per Java.
Resultat de la verificació d’una signatura en PDF.
Aquesta classe proporciona 8 mètodes per treballar amb objectes SignatureVerificationResult en programes Java. Els mètodes disponibles inclouen: SignatureVerificationResult, getCertificate, getFieldName, getLocation, getReason, getSignerName, getSigningTime, isValid. Tots els membres públics són accessibles a qualsevol aplicació Java després d’instal·lar el paquet FOSS per Java. Propietats: certificate, fieldName, location, reason, signerName, signingTime, i una més.
Propietats
| Nom | Tipus de productes | Accés | Descripció |
|---|---|---|---|
fieldName | String | Llegeix. | Obté el nom del camp. |
valid | boolean | Llegeix. | Obté el valid. |
signerName | String | Llegeix. | Obté el nom del signant. |
signingTime | Date | Llegeix. | Obté el temps de la signatura. |
certificate | X509Certificate | Llegeix. | Obté el certificat. |
reason | String | Llegeix. | Entenc el motiu. |
location | String | Llegeix. | Obté la ubicació. |
Mètodes
| Signatura | Descripció |
|---|---|
SignatureVerificationResult(fieldName: String, valid: boolean, signerName: String, signingTime: Date, certificate: X509Certificate, reason: String, location: String) | |
getFieldName() → String | Retorna el nom del camp. |
isValid() → boolean | Retorna true si està establert valid. |
getSignerName() → String | Retorna el nom del signatari. |
getSigningTime() → Date | Retorna el temps de signatura. |
getCertificate() → X509Certificate | Retorna el certificat. |
getReason() → String | Retorna la raó. |
getLocation() → String | Retorna la ubicació. |