Package eu.europa.esig.dss.diagnostic
Class OrphanRevocationWrapper
java.lang.Object
eu.europa.esig.dss.diagnostic.OrphanTokenWrapper
eu.europa.esig.dss.diagnostic.OrphanRevocationWrapper
public class OrphanRevocationWrapper extends OrphanTokenWrapper
-
Constructor Summary
Constructors Constructor Description OrphanRevocationWrapper(XmlOrphanRevocation orphanRevocation) -
Method Summary
Modifier and Type Method Description List<RevocationOrigin>getOrigins()Returns a list of orphan revocation originsList<RevocationRefWrappper>getReferences()Returns a list of orphan revocation referencesRevocationTypegetRevocationType()Returns a revocation data type (CRL or OCSP)Methods inherited from class eu.europa.esig.dss.diagnostic.OrphanTokenWrapper
equals, getBinaries, getDigestAlgoAndValue, getId, hashCode, toString
-
Constructor Details
-
Method Details
-
getRevocationType
Returns a revocation data type (CRL or OCSP)- Returns:
RevocationType
-
getOrigins
Returns a list of orphan revocation origins- Returns:
- a list of
RevocationOrigins
-
getReferences
Returns a list of orphan revocation references- Returns:
- a list of
RevocationRefWrapppers
-