Package eu.europa.esig.dss.diagnostic
Class RelatedRevocationWrapper
java.lang.Object
eu.europa.esig.dss.diagnostic.AbstractTokenProxy
eu.europa.esig.dss.diagnostic.RevocationWrapper
eu.europa.esig.dss.diagnostic.RelatedRevocationWrapper
- All Implemented Interfaces:
TokenProxy
Wrapper for a
XmlRelatedRevocation
object-
Constructor Summary
ConstructorDescriptionRelatedRevocationWrapper
(XmlRelatedRevocation relatedRevocation) Default constructor -
Method Summary
Modifier and TypeMethodDescriptionReturns a list of revocation token originsReturns a list of revocation token references from the signatureMethods inherited from class eu.europa.esig.dss.diagnostic.RevocationWrapper
equals, foundCertificates, getArchiveCutOff, getBinaries, getCurrentBasicSignature, getCurrentCertificateChain, getCurrentSigningCertificate, getDigestAlgoAndValue, getExpiredCertsOnCRL, getId, getNextUpdate, getOrigin, getProductionDate, getRevocationType, getSourceAddress, getThisUpdate, hashCode, isCertHashExtensionMatch, isCertHashExtensionPresent, isInternalRevocationOrigin
Methods inherited from class eu.europa.esig.dss.diagnostic.AbstractTokenProxy
foundRevocations, getCertificateChain, getDigestAlgorithm, getDigestMatchers, getEncryptionAlgorithm, getKeyLengthUsedToSignThisToken, getMaskGenerationFunction, getSignatureAlgorithm, getSigningCertificate, getSigningCertificatePublicKey, getSigningCertificateReference, getSigningCertificateReferences, isCertificateChainFromTrustedStore, isSignatureIntact, isSignatureValid, isSigningCertificateReferencePresent, isSigningCertificateReferenceUnique, isTrustedChain, toString
-
Constructor Details
-
RelatedRevocationWrapper
Default constructor- Parameters:
relatedRevocation
-XmlRelatedRevocation
-
-
Method Details
-
getOrigins
Returns a list of revocation token origins- Returns:
- a list of
RevocationOrigin
s
-
getReferences
Returns a list of revocation token references from the signature- Returns:
- a list of
RevocationRefWrapper
s
-