Interface SignatureRevocationSource<T extends RevocationToken>

    • Method Detail

      • getRevocationValuesTokens

        List<T> getRevocationValuesTokens()
        Retrieves the list of all RevocationTokens present in 'RevocationValues' element NOTE: Applicable only for CAdES and XAdES revocation sources
        Returns:
        list of RevocationTokens
      • getAttributeRevocationValuesTokens

        List<T> getAttributeRevocationValuesTokens()
        Retrieves the list of all RevocationTokens present in 'AttributeRevocationValues' element NOTE: Applicable only for XAdES revocation source
        Returns:
        list of RevocationTokens
      • getTimestampValidationDataTokens

        List<T> getTimestampValidationDataTokens()
        Retrieves the list of all RevocationTokens present in 'TimestampValidationData' element NOTE: Applicable only for XAdES revocation source
        Returns:
        list of RevocationTokens
      • getDSSDictionaryTokens

        List<T> getDSSDictionaryTokens()
        Retrieves the list of all RevocationTokens present in 'DSS' dictionary NOTE: Applicable only for PAdES revocation source
        Returns:
        list of RevocationTokens
      • getVRIDictionaryTokens

        List<T> getVRIDictionaryTokens()
        Retrieves the list of all RevocationTokens present in 'VRI' dictionary NOTE: Applicable only for PAdES revocation source
        Returns:
        list of RevocationTokens
      • getTimestampRevocationValuesTokens

        List<T> getTimestampRevocationValuesTokens()
        Retrieves the list of all RevocationTokens present in the Timestamp NOTE: Applicable only for CAdES revocation source
        Returns:
        list of RevocationTokens