Uses of Class
eu.europa.esig.dss.spi.x509.revocation.ocsp.OCSPResponseBinary
Package
Description
-
Uses of OCSPResponseBinary in eu.europa.esig.dss.cades.validation.timestamp
Modifier and TypeMethodDescriptionprotected List<OCSPResponseBinary>
CAdESTimestampSource.buildOCSPIdentifiers
(org.bouncycastle.cert.ocsp.BasicOCSPResp... ocspVals) Builds a list of OCSP identifiers for the givenocspVals
protected List<OCSPResponseBinary>
CAdESTimestampSource.getEncapsulatedOCSPIdentifiers
(CAdESAttribute unsignedAttribute) -
Uses of OCSPResponseBinary in eu.europa.esig.dss.jades.validation.timestamp
Modifier and TypeMethodDescriptionprotected List<OCSPResponseBinary>
JAdESTimestampSource.getEncapsulatedOCSPIdentifiers
(JAdESAttribute unsignedAttribute) -
Uses of OCSPResponseBinary in eu.europa.esig.dss.pades.validation
Modifier and TypeMethodDescriptionPAdESOCSPSource.getOcspMap()
Returns a map of all OCSP entries contained in DSS dictionary or into nested VRI dictionaries -
Uses of OCSPResponseBinary in eu.europa.esig.dss.pades.validation.dss
Modifier and TypeMethodDescriptionprotected Set<OCSPResponseBinary>
PdfCompositeDssDictOCSPSource.getOCSPBinariesByObjectId
(Long objectId) This method returns a set ofCertificateToken
s with the given PDF object idPdfDssDictOCSPSource.getOcspMap()
Returns a map of all OCSP entries contained in DSS dictionary or into nested VRI dictionaries -
Uses of OCSPResponseBinary in eu.europa.esig.dss.pdf
Modifier and TypeMethodDescriptionAbstractPdfDssDict.getOCSPs()
PdfDssDict.getOCSPs()
Returns a map of unique identifiers andOCSPResponseBinary
sstatic Map<Long,
OCSPResponseBinary> DSSDictionaryExtractionUtils.getOCSPsFromArray
(PdfDict dict, String dictionaryName, String arrayName) Extract OCSP object map -
Uses of OCSPResponseBinary in eu.europa.esig.dss.spi.x509.revocation.ocsp
Modifier and TypeMethodDescriptionstatic OCSPResponseBinary
OCSPResponseBinary.build
(org.bouncycastle.cert.ocsp.BasicOCSPResp basicOCSPResp) Builds theOCSPResponseBinary
-
Uses of OCSPResponseBinary in eu.europa.esig.dss.validation.timestamp
Modifier and TypeMethodDescriptionprotected abstract List<OCSPResponseBinary>
SignatureTimestampSource.getEncapsulatedOCSPIdentifiers
(SA unsignedAttribute) Returns a list ofOCSPResponseBinary
s obtained from the givenunsignedAttribute
Modifier and TypeMethodDescriptionprotected List<TimestampedReference>
AbstractTimestampSource.createReferencesForOCSPBinary
(OCSPResponseBinary ocspResponseBinary, ListCertificateSource certificateSource) Creates a list ofTimestampedReference
s for aOCSPResponseBinary
-
Uses of OCSPResponseBinary in eu.europa.esig.dss.xades.validation.timestamp
Modifier and TypeMethodDescriptionprotected List<OCSPResponseBinary>
XAdESTimestampSource.getEncapsulatedOCSPIdentifiers
(XAdESAttribute unsignedAttribute)