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 RevocationReasongetReason()DategetRevocationDate()booleanisRevoked()booleanisStatus()-
Methods inherited from class eu.europa.esig.dss.diagnostic.RevocationWrapper
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, getCertificateChain, getDigestAlgorithm, getDigestMatchers, getEncryptionAlgorithm, getKeyLengthUsedToSignThisToken, getMaskGenerationFunction, getSigningCertificate, getSigningCertificatePublicKey, hashCode, isAttributePresent, isCertificateChainFromTrustedStore, isDigestValueMatch, isDigestValuePresent, isIssuerSerialMatch, isSignatureIntact, isSignatureValid, isTrustedChain
-
-
-
-
Constructor Detail
-
CertificateRevocationWrapper
public CertificateRevocationWrapper(XmlCertificateRevocation certificateRevocation)
-
-
Method Detail
-
isStatus
public boolean isStatus()
-
getReason
public RevocationReason getReason()
-
getRevocationDate
public Date getRevocationDate()
-
isRevoked
public boolean isRevoked()
-
-