Class Revoked

All Implemented Interfaces:
BoundsReference, CertificateReference, RevocationReference, Serializable

public class Revoked extends ReasonForTotalFailed implements RevocationReference
The signature is considered invalid because:
  • the signer's certificate has been found to be revoked; and
  • the Signature Validation Algorithm can ascertain that the signing time lies after the revocation time.
The validation process shall provide the following:
  • the certificate chain used in the validation process;
  • the time and the reason of revocation of the signer's certificate.
See Also: