Class TimestampCRLSource
java.lang.Object
eu.europa.esig.dss.spi.x509.revocation.crl.OfflineCRLSource
eu.europa.esig.dss.validation.SignatureCRLSource
eu.europa.esig.dss.validation.CMSCRLSource
eu.europa.esig.dss.validation.timestamp.TimestampCRLSource
- All Implemented Interfaces:
CRLSource
,RevocationSource<CRLToken>
,SignatureRevocationSource<CRLToken>
,Serializable
public class TimestampCRLSource extends CMSCRLSource
CRLSource that retrieves information embedded to a
TimeStampToken
- See Also:
- Serialized Form
-
Field Summary
Fields inherited from class eu.europa.esig.dss.validation.CMSCRLSource
cmsSignedData, unsignedAttributes
-
Method Summary
Modifier and Type Method Description protected RevocationRefOrigin
getAttributeRevocationRefsOrigin()
Returns attribute-revocation-refsRevocationRefOrigin
protected RevocationOrigin
getCMSSignedDataRevocationOrigin()
Returns SignedDataRevocationOrigin
protected RevocationRefOrigin
getCompleteRevocationRefsOrigin()
Returns complete-revocation-refsRevocationRefOrigin
protected RevocationOrigin
getRevocationValuesOrigin()
Returns revocation-valuesRevocationOrigin
Methods inherited from class eu.europa.esig.dss.validation.CMSCRLSource
addX509CRLHolder, getSignedDataCRLIdentifiers
Methods inherited from class eu.europa.esig.dss.validation.SignatureCRLSource
addReference, findRefsForRevocationToken, findTokensFromRefs, getADBERevocationValuesTokens, getAllCRLReferences, getAllCRLTokens, getAttributeRevocationRefs, getAttributeRevocationValuesTokens, getCMSSignedDataRevocationTokens, getCompleteRevocationRefs, getCRLRefByDigest, getDSSDictionaryTokens, getOrphanCrlRefs, getReferencesForCRLIdentifier, getRevocationValuesTokens, getTimestampRevocationRefs, getTimestampRevocationValuesTokens, getTimestampSignedDataRevocationTokens, getTimestampValidationDataTokens, getVRIDictionaryTokens, storeCRLToken
Methods inherited from class eu.europa.esig.dss.spi.x509.revocation.crl.OfflineCRLSource
addCRLBinary, addCRLBinary, getCRLBinaryList, getIdentifier, getIdentifier, getRevocationOrigins, getRevocationToken, isEmpty
-
Method Details
-
getCMSSignedDataRevocationOrigin
Description copied from class:CMSCRLSource
Returns SignedDataRevocationOrigin
- Overrides:
getCMSSignedDataRevocationOrigin
in classCMSCRLSource
- Returns:
RevocationOrigin
-
getRevocationValuesOrigin
Description copied from class:CMSCRLSource
Returns revocation-valuesRevocationOrigin
- Overrides:
getRevocationValuesOrigin
in classCMSCRLSource
- Returns:
RevocationOrigin
-
getCompleteRevocationRefsOrigin
Description copied from class:CMSCRLSource
Returns complete-revocation-refsRevocationRefOrigin
- Overrides:
getCompleteRevocationRefsOrigin
in classCMSCRLSource
- Returns:
RevocationRefOrigin
-
getAttributeRevocationRefsOrigin
Description copied from class:CMSCRLSource
Returns attribute-revocation-refsRevocationRefOrigin
- Overrides:
getAttributeRevocationRefsOrigin
in classCMSCRLSource
- Returns:
RevocationRefOrigin
-