Uses of Class
eu.europa.esig.dss.spi.x509.revocation.ocsp.OCSPRef
-
Packages that use OCSPRef Package Description eu.europa.esig.dss.spi.x509.revocation.ocsp eu.europa.esig.dss.validation -
-
Uses of OCSPRef in eu.europa.esig.dss.spi.x509.revocation.ocsp
Methods in eu.europa.esig.dss.spi.x509.revocation.ocsp with parameters of type OCSPRef Modifier and Type Method Description OCSPResponseBinaryOfflineOCSPSource. getIdentifier(OCSPRef ocspRef)Returns the identifier related for the providedocspRef -
Uses of OCSPRef in eu.europa.esig.dss.validation
Methods in eu.europa.esig.dss.validation that return OCSPRef Modifier and Type Method Description OCSPRefSignatureOCSPSource. getOCSPRefByDigest(Digest digest)Returns a containedOCSPRefwith the givendigestMethods in eu.europa.esig.dss.validation that return types with arguments of type OCSPRef Modifier and Type Method Description Set<OCSPRef>SignatureOCSPSource. findRefsForRevocationToken(OCSPToken revocationToken)Retrieves a set of found OCSP Refs for the givenrevocationTokenList<OCSPRef>SignatureOCSPSource. getAllOCSPReferences()Retrieves all found OCSP RefsList<OCSPRef>AdvancedSignature. getAttributeRevocationOCSPReferences()Retrieves a list of allOCSPRefs present in 'AttributeRevocationRefs' element NOTE: Applicable only for XAdES and CAdES revocation sourcesList<OCSPRef>DefaultAdvancedSignature. getAttributeRevocationOCSPReferences()List<OCSPRef>SignatureOCSPSource. getAttributeRevocationRefs()List<OCSPRef>AdvancedSignature. getCompleteRevocationOCSPReferences()Retrieves a list of allOCSPRefs present in 'CompleteRevocationRefs' element NOTE: Applicable only for XAdES and CAdES revocation sourcesList<OCSPRef>DefaultAdvancedSignature. getCompleteRevocationOCSPReferences()List<OCSPRef>SignatureOCSPSource. getCompleteRevocationRefs()List<OCSPRef>SignatureOCSPSource. getOrphanOCSPRefs()Returns a list of orphan CRL RefsList<OCSPRef>SignatureOCSPSource. getReferencesForOCSPIdentifier(OCSPResponseBinary ocspResponse)Returns a list ofOCSPRefs assigned to the givenocspResponseList<OCSPRef>AdvancedSignature. getTimestampRevocationOCSPReferences()Retrieves a list of allOCSPRefs present in a timestamp element NOTE: Applicable only for CAdES revocation sourceList<OCSPRef>DefaultAdvancedSignature. getTimestampRevocationOCSPReferences()List<OCSPRef>SignatureOCSPSource. getTimestampRevocationRefs()Methods in eu.europa.esig.dss.validation with parameters of type OCSPRef Modifier and Type Method Description protected voidSignatureOCSPSource. addReference(OCSPRef ocspRef)protected voidSignatureOCSPSource. addReference(OCSPRef ocspRef, RevocationRefOrigin origin)Method parameters in eu.europa.esig.dss.validation with type arguments of type OCSPRef Modifier and Type Method Description List<OCSPToken>SignatureOCSPSource. findTokensFromRefs(List<OCSPRef> revocationRefs)Retrieves a list of found OCSP Tokens for the givenrevocationRefs
-