Class FoundRevocationsProxy

java.lang.Object
eu.europa.esig.dss.diagnostic.FoundRevocationsProxy

public class FoundRevocationsProxy extends Object
Handles method logic to process XmlFoundRevocations and returns wrappers
  • Constructor Details

  • Method Details

    • getRelatedRevocationData

      public List<RelatedRevocationWrapper> getRelatedRevocationData()
      Returns a list of related revocation data
      Returns:
      a list of RelatedRevocationWrappers
    • getOrphanRevocationData

      public List<OrphanRevocationWrapper> getOrphanRevocationData()
      Returns a list of orphan revocations
      Returns:
      a list of OrphanRevocationWrappers
    • getRelatedRevocationsByOrigin

      public List<RelatedRevocationWrapper> getRelatedRevocationsByOrigin(eu.europa.esig.dss.enumerations.RevocationOrigin originType)
      Returns a list of all RelatedRevocationWrappers used for the signature validation process with the given originType
      Parameters:
      originType - RevocationOrigin to get values with
      Returns:
      list of RelatedRevocationWrappers
    • getOrphanRevocationsByOrigin

      public List<OrphanRevocationWrapper> getOrphanRevocationsByOrigin(eu.europa.esig.dss.enumerations.RevocationOrigin originType)
      Returns a list of all OrphanRevocationWrappers used for the signature validation process with the given originType
      Parameters:
      originType - RevocationOrigin to get values with
      Returns:
      list of OrphanRevocationWrappers
    • getRelatedRevocationsByRefOrigin

      public List<RelatedRevocationWrapper> getRelatedRevocationsByRefOrigin(eu.europa.esig.dss.enumerations.RevocationRefOrigin refOrigin)
      Returns a list of all RelatedRevocationWrappers used for the signature validation process with the given revocation origin
      Parameters:
      refOrigin - RevocationRefOrigin to get values with
      Returns:
      list of RelatedRevocationWrappers
    • getOrphanRevocationsByRefOrigin

      public List<OrphanRevocationWrapper> getOrphanRevocationsByRefOrigin(eu.europa.esig.dss.enumerations.RevocationRefOrigin refOrigin)
      Returns a list of all OrphanRevocationWrappers used for the signature validation process with the given reference origin
      Parameters:
      refOrigin - RevocationRefOrigin to get values with
      Returns:
      list of OrphanRevocationWrappers
    • getRelatedRevocationsByType

      public List<RelatedRevocationWrapper> getRelatedRevocationsByType(eu.europa.esig.dss.enumerations.RevocationType type)
      Returns a list of all RelatedRevocationWrappers used for the signature validation process with the given type
      Parameters:
      type - RevocationType to get values with
      Returns:
      list of RelatedRevocationWrappers
    • getOrphanRevocationsByType

      public List<OrphanRevocationWrapper> getOrphanRevocationsByType(eu.europa.esig.dss.enumerations.RevocationType type)
      Returns a list of all OrphanRevocationWrappers found in the signature, but not used during the validation process with the given type
      Parameters:
      type - RevocationType to get values with
      Returns:
      list of OrphanRevocationWrappers
    • getRelatedRevocationRefs

      public List<RevocationRefWrapper> getRelatedRevocationRefs()
      Returns a list of all found references for related revocations
      Returns:
      a list of RevocationRefWrapper
    • getOrphanRevocationRefs

      public List<RevocationRefWrapper> getOrphanRevocationRefs()
      Returns a list of all found references for orphan revocations
      Returns:
      a list of RevocationRefWrapper
    • getRelatedRevocationsByTypeAndOrigin

      public List<RelatedRevocationWrapper> getRelatedRevocationsByTypeAndOrigin(eu.europa.esig.dss.enumerations.RevocationType type, eu.europa.esig.dss.enumerations.RevocationOrigin origin)
      Returns a list of related revocation data by the given origin and type
      Parameters:
      type - RevocationType type of the revocation data
      origin - RevocationOrigin origin of the revocation data
      Returns:
      a list of RelatedRevocationWrappers
    • getOrphanRevocationsByTypeAndOrigin

      public List<OrphanRevocationWrapper> getOrphanRevocationsByTypeAndOrigin(eu.europa.esig.dss.enumerations.RevocationType type, eu.europa.esig.dss.enumerations.RevocationOrigin origin)
      Returns a list of orphan revocation data by the given origin and type
      Parameters:
      type - RevocationType type of the revocation data
      origin - RevocationOrigin origin of the revocation data
      Returns:
      a list of OrphanRevocationWrappers
    • getRelatedRevocationsByTypeAndRefOrigin

      public List<RelatedRevocationWrapper> getRelatedRevocationsByTypeAndRefOrigin(eu.europa.esig.dss.enumerations.RevocationType type, eu.europa.esig.dss.enumerations.RevocationRefOrigin refOrigin)
      Returns a list of related revocation data by the given reference origin and type
      Parameters:
      type - RevocationType type of the revocation data
      refOrigin - RevocationRefOrigin origin of a reference of revocation data
      Returns:
      a list of RelatedRevocationWrappers
    • getOrphanRevocationsByTypeAndRefOrigin

      public List<OrphanRevocationWrapper> getOrphanRevocationsByTypeAndRefOrigin(eu.europa.esig.dss.enumerations.RevocationType type, eu.europa.esig.dss.enumerations.RevocationRefOrigin refOrigin)
      Returns a list of orphan revocation data by the given reference origin and type
      Parameters:
      type - RevocationType type of the revocation data
      refOrigin - RevocationRefOrigin reference origin of the revocation data
      Returns:
      a list of OrphanRevocationWrappers