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()
boolean
isRevoked()
boolean
isStatus()
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, toString
-
Constructor Details
-
Method Details
-
isStatus
public boolean isStatus() -
getReason
-
getRevocationDate
-
isRevoked
public boolean isRevoked()
-