Uses of Class
eu.europa.esig.dss.spi.x509.revocation.crl.CRLRef
-
Uses of CRLRef in eu.europa.esig.dss.cades.validation.timestamp
Methods in eu.europa.esig.dss.cades.validation.timestamp that return types with arguments of type CRLRef Modifier and Type Method Description protected List<CRLRef>
CAdESTimestampSource. getCRLRefs(CAdESAttribute unsignedAttribute)
-
Uses of CRLRef in eu.europa.esig.dss.jades.validation
Methods in eu.europa.esig.dss.jades.validation that return CRLRef Modifier and Type Method Description static CRLRef
JAdESRevocationRefExtractionUtils. createCRLRef(Map<?,?> crlRefMap)
Extract anCRLRef
from 'crlRefs' header -
Uses of CRLRef in eu.europa.esig.dss.jades.validation.timestamp
Methods in eu.europa.esig.dss.jades.validation.timestamp that return types with arguments of type CRLRef Modifier and Type Method Description protected List<CRLRef>
JAdESTimestampSource. getCRLRefs(JAdESAttribute unsignedAttribute)
-
Uses of CRLRef in eu.europa.esig.dss.validation
Methods in eu.europa.esig.dss.validation with parameters of type CRLRef Modifier and Type Method Description protected XmlRevocationRef
DiagnosticDataBuilder. getXmlCRLRevocationRef(CRLRef crlRef, Set<RevocationRefOrigin> origins)
-
Uses of CRLRef in eu.europa.esig.dss.validation.timestamp
Methods in eu.europa.esig.dss.validation.timestamp that return types with arguments of type CRLRef Modifier and Type Method Description protected abstract List<CRLRef>
SignatureTimestampSource. getCRLRefs(SA unsignedAttribute)
Returns a list of CRL revocation refs from the givenunsignedAttribute
-
Uses of CRLRef in eu.europa.esig.dss.xades.validation
Methods in eu.europa.esig.dss.xades.validation that return CRLRef Modifier and Type Method Description static CRLRef
XAdESRevocationRefExtractionUtils. createCRLRef(XAdESPaths xadesPaths, Element crlRefElement)
Extracts aCRLRef
from acrlRefElement
-
Uses of CRLRef in eu.europa.esig.dss.xades.validation.timestamp
Methods in eu.europa.esig.dss.xades.validation.timestamp that return types with arguments of type CRLRef Modifier and Type Method Description protected List<CRLRef>
XAdESTimestampSource. getCRLRefs(XAdESAttribute unsignedAttribute)