Uses of Class
eu.europa.esig.dss.spi.x509.revocation.ocsp.OCSPResponseBinary
-
-
Uses of OCSPResponseBinary in eu.europa.esig.dss.cades.validation
Methods in eu.europa.esig.dss.cades.validation that return types with arguments of type OCSPResponseBinary Modifier and Type Method Description protected List<OCSPResponseBinary>CAdESTimestampSource. getEncapsulatedOCSPIdentifiers(CAdESAttribute unsignedAttribute) -
Uses of OCSPResponseBinary in eu.europa.esig.dss.spi.x509.revocation.ocsp
Methods in eu.europa.esig.dss.spi.x509.revocation.ocsp that return OCSPResponseBinary Modifier and Type Method Description static OCSPResponseBinaryOCSPResponseBinary. build(org.bouncycastle.cert.ocsp.BasicOCSPResp basicOCSPResp)OCSPResponseBinaryOfflineOCSPSource. getIdentifier(Digest digest)Returns the identifier related for the provideddigestof referenceOCSPResponseBinaryOfflineOCSPSource. getIdentifier(OCSPRef ocspRef)Returns the identifier related for the providedocspRefMethods in eu.europa.esig.dss.spi.x509.revocation.ocsp that return types with arguments of type OCSPResponseBinary Modifier and Type Method Description Collection<OCSPResponseBinary>OfflineOCSPSource. getOCSPResponsesList()Returns a collection containing all OCSP responsesMethods in eu.europa.esig.dss.spi.x509.revocation.ocsp with parameters of type OCSPResponseBinary Modifier and Type Method Description protected voidOfflineOCSPSource. addOCSPResponse(OCSPResponseBinary ocspResponse, RevocationOrigin origin)Adds the providedocspResponseto the listSet<RevocationOrigin>OfflineOCSPSource. getRevocationOrigins(OCSPResponseBinary ocspResponse)Returns a set ofRevocationOrigins for the givenocspResponseprotected voidOfflineOCSPSource. storeOCSPToken(OCSPResponseBinary ocspResponse, OCSPToken ocspToken) -
Uses of OCSPResponseBinary in eu.europa.esig.dss.validation
Methods in eu.europa.esig.dss.validation that return OCSPResponseBinary Modifier and Type Method Description protected OCSPResponseBinaryCMSOCSPSource. addBasicOcspResp(org.bouncycastle.cert.ocsp.BasicOCSPResp basicOCSPResp, RevocationOrigin origin)Builds and returnsOCSPResponseBinaryfrom the providedbasicOCSPRespMethods in eu.europa.esig.dss.validation that return types with arguments of type OCSPResponseBinary Modifier and Type Method Description Map<OCSPResponseBinary,OCSPToken>SignatureOCSPSource. getOCSPTokenMap()List<OCSPResponseBinary>CMSOCSPSource. getSignedDataOCSPIdentifiers()Returns a list ofOCSPResponseIdentifierfound in the SignedData containerMethods in eu.europa.esig.dss.validation with parameters of type OCSPResponseBinary Modifier and Type Method Description List<OCSPRef>SignatureOCSPSource. getReferencesForOCSPIdentifier(OCSPResponseBinary ocspResponse)Returns a list ofOCSPRefs assigned to the givenocspResponseprotected voidSignatureOCSPSource. storeOCSPToken(OCSPResponseBinary ocspResponse, OCSPToken ocspToken) -
Uses of OCSPResponseBinary in eu.europa.esig.dss.validation.timestamp
Methods in eu.europa.esig.dss.validation.timestamp that return types with arguments of type OCSPResponseBinary Modifier and Type Method Description protected abstract List<OCSPResponseBinary>AbstractTimestampSource. getEncapsulatedOCSPIdentifiers(SignatureAttribute unsignedAttribute)Returns a list ofOCSPResponseBinarys obtained from the givenunsignedAttribute -
Uses of OCSPResponseBinary in eu.europa.esig.dss.xades.validation
Methods in eu.europa.esig.dss.xades.validation that return types with arguments of type OCSPResponseBinary Modifier and Type Method Description protected List<OCSPResponseBinary>XAdESTimestampSource. getEncapsulatedOCSPIdentifiers(XAdESAttribute unsignedAttribute)
-