Package eu.europa.esig.dss.validation
Interface SignatureRevocationSource<T extends RevocationToken>
- All Known Implementing Classes:
CAdESCRLSource
,CAdESOCSPSource
,CMSCRLSource
,CMSOCSPSource
,PAdESCRLSource
,PAdESOCSPSource
,SignatureCRLSource
,SignatureOCSPSource
,TimestampCRLSource
,TimestampOCSPSource
,XAdESCRLSource
,XAdESOCSPSource
public interface SignatureRevocationSource<T extends RevocationToken>
-
Method Summary
Modifier and Type Method Description List<T>
getADBERevocationValuesTokens()
Retrieves the list of allRevocationToken
s present in the ADBE element NOTE: Applicable only for PAdES revocation sourceList<T>
getAttributeRevocationValuesTokens()
Retrieves the list of allRevocationToken
s present in 'AttributeRevocationValues' element NOTE: Applicable only for XAdES revocation sourceList<T>
getCMSSignedDataRevocationTokens()
Retrieves the list of allRevocationToken
s present in the CMS SignedData NOTE: Applicable only for CAdES revocation sourcesList<T>
getDSSDictionaryTokens()
Retrieves the list of allRevocationToken
s present in 'DSS' dictionary NOTE: Applicable only for PAdES revocation sourceList<T>
getRevocationValuesTokens()
Retrieves the list of allRevocationToken
s present in 'RevocationValues' element NOTE: Applicable only for CAdES and XAdES revocation sourcesList<T>
getTimestampRevocationValuesTokens()
Retrieves the list of allRevocationToken
s present in the Timestamp NOTE: Applicable only for CAdES revocation sourceList<T>
getTimestampSignedDataRevocationTokens()
Retrieves the list of allRevocationToken
s present in the SignedData of a Timestamp Token NOTE: Applicable only for CAdES revocation sourcesList<T>
getTimestampValidationDataTokens()
Retrieves the list of allRevocationToken
s present in 'TimestampValidationData' element NOTE: Applicable only for XAdES revocation sourceList<T>
getVRIDictionaryTokens()
Retrieves the list of allRevocationToken
s present in 'VRI' dictionary NOTE: Applicable only for PAdES revocation source
-
Method Details
-
getCMSSignedDataRevocationTokens
Retrieves the list of allRevocationToken
s present in the CMS SignedData NOTE: Applicable only for CAdES revocation sources- Returns:
- list of
RevocationToken
s
-
getTimestampSignedDataRevocationTokens
Retrieves the list of allRevocationToken
s present in the SignedData of a Timestamp Token NOTE: Applicable only for CAdES revocation sources- Returns:
- list of
RevocationToken
s
-
getRevocationValuesTokens
Retrieves the list of allRevocationToken
s present in 'RevocationValues' element NOTE: Applicable only for CAdES and XAdES revocation sources- Returns:
- list of
RevocationToken
s
-
getAttributeRevocationValuesTokens
Retrieves the list of allRevocationToken
s present in 'AttributeRevocationValues' element NOTE: Applicable only for XAdES revocation source- Returns:
- list of
RevocationToken
s
-
getTimestampValidationDataTokens
Retrieves the list of allRevocationToken
s present in 'TimestampValidationData' element NOTE: Applicable only for XAdES revocation source- Returns:
- list of
RevocationToken
s
-
getDSSDictionaryTokens
Retrieves the list of allRevocationToken
s present in 'DSS' dictionary NOTE: Applicable only for PAdES revocation source- Returns:
- list of
RevocationToken
s
-
getVRIDictionaryTokens
Retrieves the list of allRevocationToken
s present in 'VRI' dictionary NOTE: Applicable only for PAdES revocation source- Returns:
- list of
RevocationToken
s
-
getTimestampRevocationValuesTokens
Retrieves the list of allRevocationToken
s present in the Timestamp NOTE: Applicable only for CAdES revocation source- Returns:
- list of
RevocationToken
s
-
getADBERevocationValuesTokens
Retrieves the list of allRevocationToken
s present in the ADBE element NOTE: Applicable only for PAdES revocation source- Returns:
- list of
RevocationToken
s
-