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 allRevocationTokens present in the ADBE element NOTE: Applicable only for PAdES revocation sourceList<T>getAttributeRevocationValuesTokens()Retrieves the list of allRevocationTokens present in 'AttributeRevocationValues' element NOTE: Applicable only for XAdES revocation sourceList<T>getCMSSignedDataRevocationTokens()Retrieves the list of allRevocationTokens present in the CMS SignedData NOTE: Applicable only for CAdES revocation sourcesList<T>getDSSDictionaryTokens()Retrieves the list of allRevocationTokens present in 'DSS' dictionary NOTE: Applicable only for PAdES revocation sourceList<T>getRevocationValuesTokens()Retrieves the list of allRevocationTokens present in 'RevocationValues' element NOTE: Applicable only for CAdES and XAdES revocation sourcesList<T>getTimestampRevocationValuesTokens()Retrieves the list of allRevocationTokens present in the Timestamp NOTE: Applicable only for CAdES revocation sourceList<T>getTimestampSignedDataRevocationTokens()Retrieves the list of allRevocationTokens present in the SignedData of a Timestamp Token NOTE: Applicable only for CAdES revocation sourcesList<T>getTimestampValidationDataTokens()Retrieves the list of allRevocationTokens present in 'TimestampValidationData' element NOTE: Applicable only for XAdES revocation sourceList<T>getVRIDictionaryTokens()Retrieves the list of allRevocationTokens present in 'VRI' dictionary NOTE: Applicable only for PAdES revocation source
-
Method Details
-
getCMSSignedDataRevocationTokens
Retrieves the list of allRevocationTokens present in the CMS SignedData NOTE: Applicable only for CAdES revocation sources- Returns:
- list of
RevocationTokens
-
getTimestampSignedDataRevocationTokens
Retrieves the list of allRevocationTokens present in the SignedData of a Timestamp Token NOTE: Applicable only for CAdES revocation sources- Returns:
- list of
RevocationTokens
-
getRevocationValuesTokens
Retrieves the list of allRevocationTokens present in 'RevocationValues' element NOTE: Applicable only for CAdES and XAdES revocation sources- Returns:
- list of
RevocationTokens
-
getAttributeRevocationValuesTokens
Retrieves the list of allRevocationTokens present in 'AttributeRevocationValues' element NOTE: Applicable only for XAdES revocation source- Returns:
- list of
RevocationTokens
-
getTimestampValidationDataTokens
Retrieves the list of allRevocationTokens present in 'TimestampValidationData' element NOTE: Applicable only for XAdES revocation source- Returns:
- list of
RevocationTokens
-
getDSSDictionaryTokens
Retrieves the list of allRevocationTokens present in 'DSS' dictionary NOTE: Applicable only for PAdES revocation source- Returns:
- list of
RevocationTokens
-
getVRIDictionaryTokens
Retrieves the list of allRevocationTokens present in 'VRI' dictionary NOTE: Applicable only for PAdES revocation source- Returns:
- list of
RevocationTokens
-
getTimestampRevocationValuesTokens
Retrieves the list of allRevocationTokens present in the Timestamp NOTE: Applicable only for CAdES revocation source- Returns:
- list of
RevocationTokens
-
getADBERevocationValuesTokens
Retrieves the list of allRevocationTokens present in the ADBE element NOTE: Applicable only for PAdES revocation source- Returns:
- list of
RevocationTokens
-