Uses of Class
eu.europa.esig.dss.spi.x509.revocation.ocsp.OCSPRef
-
Uses of OCSPRef in eu.europa.esig.dss.cades.validation.timestamp
Methods in eu.europa.esig.dss.cades.validation.timestamp that return types with arguments of type OCSPRef Modifier and Type Method Description protected List<OCSPRef>
CAdESTimestampSource. getOCSPRefs(CAdESAttribute unsignedAttribute)
-
Uses of OCSPRef in eu.europa.esig.dss.jades.validation
Methods in eu.europa.esig.dss.jades.validation that return OCSPRef Modifier and Type Method Description static OCSPRef
JAdESRevocationRefExtractionUtils. createOCSPRef(Map<?,?> ocpRef)
Extract anOCSPRef
from 'ocpsRefs' header -
Uses of OCSPRef in eu.europa.esig.dss.jades.validation.timestamp
Methods in eu.europa.esig.dss.jades.validation.timestamp that return types with arguments of type OCSPRef Modifier and Type Method Description protected List<OCSPRef>
JAdESTimestampSource. getOCSPRefs(JAdESAttribute unsignedAttribute)
-
Uses of OCSPRef in eu.europa.esig.dss.spi.x509.revocation.ocsp
Constructors in eu.europa.esig.dss.spi.x509.revocation.ocsp with parameters of type OCSPRef Constructor Description OCSPRefIdentifier(OCSPRef ocspRef)
-
Uses of OCSPRef in eu.europa.esig.dss.validation
Methods in eu.europa.esig.dss.validation with parameters of type OCSPRef Modifier and Type Method Description protected XmlRevocationRef
DiagnosticDataBuilder. getXmlOCSPRevocationRef(OCSPRef ocspRef, Set<RevocationRefOrigin> origins)
-
Uses of OCSPRef in eu.europa.esig.dss.validation.timestamp
Methods in eu.europa.esig.dss.validation.timestamp that return types with arguments of type OCSPRef Modifier and Type Method Description protected abstract List<OCSPRef>
SignatureTimestampSource. getOCSPRefs(SA unsignedAttribute)
Returns a list of OCSP revocation refs from the givenunsignedAttribute
-
Uses of OCSPRef in eu.europa.esig.dss.xades.validation
Methods in eu.europa.esig.dss.xades.validation that return OCSPRef Modifier and Type Method Description static OCSPRef
XAdESRevocationRefExtractionUtils. createOCSPRef(XAdESPaths xadesPaths, Element ocspRefElement)
Extracts aOCSPRef
from aocspRefElement
-
Uses of OCSPRef in eu.europa.esig.dss.xades.validation.timestamp
Methods in eu.europa.esig.dss.xades.validation.timestamp that return types with arguments of type OCSPRef Modifier and Type Method Description protected List<OCSPRef>
XAdESTimestampSource. getOCSPRefs(XAdESAttribute unsignedAttribute)