public class SigningTimeValidator extends java.lang.Object implements Validator
Should a signature policy (implicit or explicit) be in place, applications SHOULD follow its rules for checking this signed property. Otherwise, the present document considers the validation of this signed property an application dependant issue.
| Constructor and Description |
|---|
SigningTimeValidator() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName() |
ValidationResult |
validate(XMLSignature aSignature,
tr.gov.tubitak.uekae.esya.api.asn.x509.ECertificate certificate) |
public ValidationResult validate(XMLSignature aSignature, tr.gov.tubitak.uekae.esya.api.asn.x509.ECertificate certificate) throws XMLSignatureException
validate in interface ValidatoraSignature - to be validatedcertificate - used for signatureXMLSignatureException - if unexpected errors occur on IO, or
crypto operations etc.Copyright © 2025. All rights reserved.