Package eu.europa.esig.dss.diagnostic
Class OrphanRevocationWrapper
java.lang.Object
eu.europa.esig.dss.diagnostic.OrphanTokenWrapper<XmlOrphanRevocationToken>
eu.europa.esig.dss.diagnostic.OrphanRevocationTokenWrapper
eu.europa.esig.dss.diagnostic.OrphanRevocationWrapper
Wrapper for document embedded revocation data
-
Field Summary
Fields inherited from class eu.europa.esig.dss.diagnostic.OrphanTokenWrapper
orphanToken
-
Constructor Summary
ConstructorDescriptionOrphanRevocationWrapper
(XmlOrphanRevocation orphanRevocation) Default constructor -
Method Summary
Modifier and TypeMethodDescriptionReturns a list of orphan revocation originsReturns a list of orphan revocation referencesMethods inherited from class eu.europa.esig.dss.diagnostic.OrphanRevocationTokenWrapper
getBinaries, getDigestAlgoAndValue, getRevocationType
Methods inherited from class eu.europa.esig.dss.diagnostic.OrphanTokenWrapper
equals, getId, hashCode, toString
-
Constructor Details
-
OrphanRevocationWrapper
Default constructor- Parameters:
orphanRevocation
-XmlOrphanRevocation
-
-
Method Details
-
getOrigins
Returns a list of orphan revocation origins- Returns:
- a list of
RevocationOrigin
s
-
getReferences
Returns a list of orphan revocation references- Returns:
- a list of
RevocationRefWrapper
s
-