Package eu.europa.esig.dss.diagnostic
Class FoundRevocationsProxy
java.lang.Object
eu.europa.esig.dss.diagnostic.FoundRevocationsProxy
Handles method logic to process
XmlFoundRevocations
and returns wrappers-
Constructor Summary
ConstructorDescriptionFoundRevocationsProxy
(XmlFoundRevocations foundRevocations) Default constructor -
Method Summary
Modifier and TypeMethodDescriptionReturns a list of orphan revocationsReturns a list of all found references for orphan revocationsgetOrphanRevocationsByOrigin
(RevocationOrigin originType) Returns a list of allOrphanRevocationWrapper
s used for the signature validation process with the givenoriginType
Returns a list of allOrphanRevocationWrapper
s used for the signature validation process with the given reference originReturns a list of allOrphanRevocationWrapper
s found in the signature, but not used during the validation process with the giventype
Returns a list of orphan revocation data by the given origin and typegetOrphanRevocationsByTypeAndRefOrigin
(RevocationType type, RevocationRefOrigin refOrigin) Returns a list of orphan revocation data by the given reference origin and typeReturns a list of related revocation dataReturns a list of all found references for related revocationsgetRelatedRevocationsByOrigin
(RevocationOrigin originType) Returns a list of allRelatedRevocationWrapper
s used for the signature validation process with the givenoriginType
Returns a list of allRelatedRevocationWrapper
s used for the signature validation process with the given revocation originReturns a list of allRelatedRevocationWrapper
s used for the signature validation process with the giventype
Returns a list of related revocation data by the given origin and typegetRelatedRevocationsByTypeAndRefOrigin
(RevocationType type, RevocationRefOrigin refOrigin) Returns a list of related revocation data by the given reference origin and type
-
Constructor Details
-
FoundRevocationsProxy
Default constructor- Parameters:
foundRevocations
-XmlFoundRevocations
-
-
Method Details
-
getRelatedRevocationData
Returns a list of related revocation data- Returns:
- a list of
RelatedRevocationWrapper
s
-
getOrphanRevocationData
Returns a list of orphan revocations- Returns:
- a list of
OrphanRevocationWrapper
s
-
getRelatedRevocationsByOrigin
Returns a list of allRelatedRevocationWrapper
s used for the signature validation process with the givenoriginType
- Parameters:
originType
-RevocationOrigin
to get values with- Returns:
- list of
RelatedRevocationWrapper
s
-
getOrphanRevocationsByOrigin
Returns a list of allOrphanRevocationWrapper
s used for the signature validation process with the givenoriginType
- Parameters:
originType
-RevocationOrigin
to get values with- Returns:
- list of
OrphanRevocationWrapper
s
-
getRelatedRevocationsByRefOrigin
public List<RelatedRevocationWrapper> getRelatedRevocationsByRefOrigin(RevocationRefOrigin refOrigin) Returns a list of allRelatedRevocationWrapper
s used for the signature validation process with the given revocation origin- Parameters:
refOrigin
-RevocationRefOrigin
to get values with- Returns:
- list of
RelatedRevocationWrapper
s
-
getOrphanRevocationsByRefOrigin
Returns a list of allOrphanRevocationWrapper
s used for the signature validation process with the given reference origin- Parameters:
refOrigin
-RevocationRefOrigin
to get values with- Returns:
- list of
OrphanRevocationWrapper
s
-
getRelatedRevocationsByType
Returns a list of allRelatedRevocationWrapper
s used for the signature validation process with the giventype
- Parameters:
type
-RevocationType
to get values with- Returns:
- list of
RelatedRevocationWrapper
s
-
getOrphanRevocationsByType
Returns a list of allOrphanRevocationWrapper
s found in the signature, but not used during the validation process with the giventype
- Parameters:
type
-RevocationType
to get values with- Returns:
- list of
OrphanRevocationWrapper
s
-
getRelatedRevocationRefs
Returns a list of all found references for related revocations- Returns:
- a list of
RevocationRefWrapper
-
getOrphanRevocationRefs
Returns a list of all found references for orphan revocations- Returns:
- a list of
RevocationRefWrapper
-
getRelatedRevocationsByTypeAndOrigin
public List<RelatedRevocationWrapper> getRelatedRevocationsByTypeAndOrigin(RevocationType type, RevocationOrigin origin) Returns a list of related revocation data by the given origin and type- Parameters:
type
-RevocationType
type of the revocation dataorigin
-RevocationOrigin
origin of the revocation data- Returns:
- a list of
RelatedRevocationWrapper
s
-
getOrphanRevocationsByTypeAndOrigin
public List<OrphanRevocationWrapper> getOrphanRevocationsByTypeAndOrigin(RevocationType type, RevocationOrigin origin) Returns a list of orphan revocation data by the given origin and type- Parameters:
type
-RevocationType
type of the revocation dataorigin
-RevocationOrigin
origin of the revocation data- Returns:
- a list of
OrphanRevocationWrapper
s
-
getRelatedRevocationsByTypeAndRefOrigin
public List<RelatedRevocationWrapper> getRelatedRevocationsByTypeAndRefOrigin(RevocationType type, RevocationRefOrigin refOrigin) Returns a list of related revocation data by the given reference origin and type- Parameters:
type
-RevocationType
type of the revocation datarefOrigin
-RevocationRefOrigin
origin of a reference of revocation data- Returns:
- a list of
RelatedRevocationWrapper
s
-
getOrphanRevocationsByTypeAndRefOrigin
public List<OrphanRevocationWrapper> getOrphanRevocationsByTypeAndRefOrigin(RevocationType type, RevocationRefOrigin refOrigin) Returns a list of orphan revocation data by the given reference origin and type- Parameters:
type
-RevocationType
type of the revocation datarefOrigin
-RevocationRefOrigin
reference origin of the revocation data- Returns:
- a list of
OrphanRevocationWrapper
s
-