Package eu.europa.esig.dss.diagnostic
Class FoundRevocationsProxy
java.lang.Object
eu.europa.esig.dss.diagnostic.FoundRevocationsProxy
public class FoundRevocationsProxy extends Object
-
Constructor Summary
Constructors Constructor Description FoundRevocationsProxy(XmlFoundRevocations foundRevocations) -
Method Summary
Modifier 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
-
getRelatedRevocationData
Returns a list of related revocation data- Returns:
- a list of
RelatedRevocationWrappers
-
getOrphanRevocationData
Returns a list of orphan revocations- Returns:
- a list of
OrphanRevocationWrappers
-
getRelatedRevocationsByOrigin
Returns a list of allRelatedRevocationWrappers used for the signature validation process with the givenoriginType- Parameters:
originType-RevocationOriginto get values with- Returns:
- list of
RelatedRevocationWrappers
-
getOrphanRevocationsByOrigin
Returns a list of allOrphanRevocationWrappers used for the signature validation process with the givenoriginType- Parameters:
originType-RevocationOriginto get values with- Returns:
- list of
OrphanRevocationWrappers
-
getRelatedRevocationsByRefOrigin
public 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
-
getOrphanRevocationsByRefOrigin
public 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
-
getRelatedRevocationsByType
Returns a list of allRelatedRevocationWrappers used for the signature validation process with the giventype- Parameters:
type-RevocationTypeto get values with- Returns:
- list of
RelatedRevocationWrappers
-
getOrphanRevocationsByType
Returns 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
-
getRelatedRevocationRefs
Returns a list of all found references for related revocations- Returns:
- a list of
RevocationRefWrappper
-
getOrphanRevocationRefs
Returns a list of all found references for orphan revocations- Returns:
- a list of
RevocationRefWrappper
-
getRelatedRevocationsByTypeAndOrigin
public 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 dataorigin-RevocationOriginorigin of the revocation data- Returns:
- a list of
RelatedRevocationWrappers
-
getOrphanRevocationsByTypeAndOrigin
public 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 dataorigin-RevocationOriginorigin of the revocation data- Returns:
- a list of
OrphanRevocationWrappers
-