Package eu.europa.esig.dss.diagnostic
Class FoundRevocationsProxy
java.lang.Object
eu.europa.esig.dss.diagnostic.FoundRevocationsProxy
public class FoundRevocationsProxy extends Object
- 
Constructor SummaryConstructors Constructor Description FoundRevocationsProxy(XmlFoundRevocations foundRevocations)
- 
Method SummaryModifier and Type Method Description List<OrphanRevocationWrapper>getOrphanRevocationData()Returns a list of orphan revocationsList<RevocationRefWrappper>getOrphanRevocationRefs()Returns a list of all found references for orphan revocationsList<OrphanRevocationWrapper>getOrphanRevocationsByOrigin(RevocationOrigin originType)Returns a list of allOrphanRevocationWrappers used for the signature validation process with the givenoriginTypeList<OrphanRevocationWrapper>getOrphanRevocationsByRefOrigin(RevocationRefOrigin refOrigin)Returns a list of allOrphanRevocationWrappers used for the signature validation process with the given reference originList<OrphanRevocationWrapper>getOrphanRevocationsByType(RevocationType type)Returns a list of allOrphanRevocationWrappers found in the signature, but not used during the validation process with the giventypeList<OrphanRevocationWrapper>getOrphanRevocationsByTypeAndOrigin(RevocationType type, RevocationOrigin origin)Returns a list of orphan revocation data by the given origin and typeList<RelatedRevocationWrapper>getRelatedRevocationData()Returns a list of related revocation dataList<RevocationRefWrappper>getRelatedRevocationRefs()Returns a list of all found references for related revocationsList<RelatedRevocationWrapper>getRelatedRevocationsByOrigin(RevocationOrigin originType)Returns a list of allRelatedRevocationWrappers used for the signature validation process with the givenoriginTypeList<RelatedRevocationWrapper>getRelatedRevocationsByRefOrigin(RevocationRefOrigin refOrigin)Returns a list of allRelatedRevocationWrappers used for the signature validation process with the given revocation originList<RelatedRevocationWrapper>getRelatedRevocationsByType(RevocationType type)Returns a list of allRelatedRevocationWrappers used for the signature validation process with the giventypeList<RelatedRevocationWrapper>getRelatedRevocationsByTypeAndOrigin(RevocationType type, RevocationOrigin origin)Returns a list of related revocation data by the given origin and type
- 
Constructor Details
- 
Method Details- 
getRelatedRevocationDataReturns a list of related revocation data- Returns:
- a list of RelatedRevocationWrappers
 
- 
getOrphanRevocationDataReturns a list of orphan revocations- Returns:
- a list of OrphanRevocationWrappers
 
- 
getRelatedRevocationsByOriginReturns a list of allRelatedRevocationWrappers used for the signature validation process with the givenoriginType- Parameters:
- originType-- RevocationOriginto get values with
- Returns:
- list of RelatedRevocationWrappers
 
- 
getOrphanRevocationsByOriginReturns a list of allOrphanRevocationWrappers used for the signature validation process with the givenoriginType- Parameters:
- originType-- RevocationOriginto get values with
- Returns:
- list of OrphanRevocationWrappers
 
- 
getRelatedRevocationsByRefOriginpublic List<RelatedRevocationWrapper> getRelatedRevocationsByRefOrigin(RevocationRefOrigin refOrigin)Returns a list of allRelatedRevocationWrappers used for the signature validation process with the given revocation origin- Parameters:
- refOrigin-- RevocationRefOriginto get values with
- Returns:
- list of RelatedRevocationWrappers
 
- 
getOrphanRevocationsByRefOriginpublic List<OrphanRevocationWrapper> getOrphanRevocationsByRefOrigin(RevocationRefOrigin refOrigin)Returns a list of allOrphanRevocationWrappers used for the signature validation process with the given reference origin- Parameters:
- refOrigin-- RevocationRefOriginto get values with
- Returns:
- list of OrphanRevocationWrappers
 
- 
getRelatedRevocationsByTypeReturns a list of allRelatedRevocationWrappers used for the signature validation process with the giventype- Parameters:
- type-- RevocationTypeto get values with
- Returns:
- list of RelatedRevocationWrappers
 
- 
getOrphanRevocationsByTypeReturns a list of allOrphanRevocationWrappers found in the signature, but not used during the validation process with the giventype- Parameters:
- type-- RevocationTypeto get values with
- Returns:
- list of OrphanRevocationWrappers
 
- 
getRelatedRevocationRefsReturns a list of all found references for related revocations- Returns:
- a list of RevocationRefWrappper
 
- 
getOrphanRevocationRefsReturns a list of all found references for orphan revocations- Returns:
- a list of RevocationRefWrappper
 
- 
getRelatedRevocationsByTypeAndOriginpublic List<RelatedRevocationWrapper> getRelatedRevocationsByTypeAndOrigin(RevocationType type, RevocationOrigin origin)Returns a list of related revocation data by the given origin and type- Parameters:
- type-- RevocationTypetype of the revocation data
- origin-- RevocationOriginorigin of the revocation data
- Returns:
- a list of RelatedRevocationWrappers
 
- 
getOrphanRevocationsByTypeAndOriginpublic List<OrphanRevocationWrapper> getOrphanRevocationsByTypeAndOrigin(RevocationType type, RevocationOrigin origin)Returns a list of orphan revocation data by the given origin and type- Parameters:
- type-- RevocationTypetype of the revocation data
- origin-- RevocationOriginorigin of the revocation data
- Returns:
- a list of OrphanRevocationWrappers
 
 
-