Uses of Class
eu.europa.esig.dss.diagnostic.OrphanRevocationWrapper
Package | Description |
---|---|
eu.europa.esig.dss.diagnostic |
-
Uses of OrphanRevocationWrapper in eu.europa.esig.dss.diagnostic
Methods in eu.europa.esig.dss.diagnostic that return types with arguments of type OrphanRevocationWrapper Modifier and Type Method Description List<OrphanRevocationWrapper>
DiagnosticData. getAllOrphanRevocationObjects()
Returns a list of all foundOrphanRevocationWrapper
valuesList<OrphanRevocationWrapper>
FoundRevocationsProxy. getOrphanRevocationData()
Returns a list of orphan revocationsList<OrphanRevocationWrapper>
FoundRevocationsProxy. getOrphanRevocationsByOrigin(RevocationOrigin originType)
Returns a list of allOrphanRevocationWrapper
s used for the signature validation process with the givenoriginType
List<OrphanRevocationWrapper>
FoundRevocationsProxy. getOrphanRevocationsByRefOrigin(RevocationRefOrigin refOrigin)
Returns a list of allOrphanRevocationWrapper
s used for the signature validation process with the given reference originList<OrphanRevocationWrapper>
FoundRevocationsProxy. getOrphanRevocationsByType(RevocationType type)
Returns a list of allOrphanRevocationWrapper
s found in the signature, but not used during the validation process with the giventype
List<OrphanRevocationWrapper>
FoundRevocationsProxy. getOrphanRevocationsByTypeAndOrigin(RevocationType type, RevocationOrigin origin)
Returns a list of orphan revocation data by the given origin and type