Package eu.europa.esig.dss.diagnostic
Class CertificateRevocationWrapper
java.lang.Object
eu.europa.esig.dss.diagnostic.AbstractTokenProxy
eu.europa.esig.dss.diagnostic.RevocationWrapper
eu.europa.esig.dss.diagnostic.CertificateRevocationWrapper
- All Implemented Interfaces:
TokenProxy
public class CertificateRevocationWrapper extends RevocationWrapper
Complete revocation wrapper, containing detailed certificate revocation and common information
-
Constructor Summary
Constructors Constructor Description CertificateRevocationWrapper(XmlCertificateRevocation certificateRevocation)
-
Method Summary
Modifier and Type Method Description RevocationReason
getReason()
Date
getRevocationDate()
CertificateStatus
getStatus()
boolean
isKnown()
boolean
isRevoked()
Methods inherited from class eu.europa.esig.dss.diagnostic.RevocationWrapper
foundCertificates, getArchiveCutOff, getBinaries, getCurrentBasicSignature, getCurrentCertificateChain, getCurrentSigningCertificate, getDigestAlgoAndValue, getExpiredCertsOnCRL, getId, getNextUpdate, getOrigin, getProductionDate, getRevocationType, getSourceAddress, getThisUpdate, isCertHashExtensionMatch, isCertHashExtensionPresent, isInternalRevocationOrigin
Methods inherited from class eu.europa.esig.dss.diagnostic.AbstractTokenProxy
equals, foundRevocations, getCertificateChain, getDigestAlgorithm, getDigestMatchers, getEncryptionAlgorithm, getKeyLengthUsedToSignThisToken, getMaskGenerationFunction, getSigningCertificate, getSigningCertificatePublicKey, getSigningCertificateReference, getSigningCertificateReferences, hashCode, isCertificateChainFromTrustedStore, isSignatureIntact, isSignatureValid, isSigningCertificateReferencePresent, isSigningCertificateReferenceUnique, isTrustedChain, toString
-
Constructor Details
-
Method Details
-
getStatus
-
getReason
-
getRevocationDate
-
isRevoked
public boolean isRevoked() -
isKnown
public boolean isKnown()
-