Uses of Class
eu.europa.esig.dss.spi.x509.revocation.crl.CRLRef
-
Packages that use CRLRef Package Description eu.europa.esig.dss.spi.x509.revocation.crl eu.europa.esig.dss.validation -
-
Uses of CRLRef in eu.europa.esig.dss.spi.x509.revocation.crl
Methods in eu.europa.esig.dss.spi.x509.revocation.crl with parameters of type CRLRef Modifier and Type Method Description CRLBinaryOfflineCRLSource. getIdentifier(CRLRef crlRef)Returns the identifier related to thecrlRef -
Uses of CRLRef in eu.europa.esig.dss.validation
Methods in eu.europa.esig.dss.validation that return CRLRef Modifier and Type Method Description CRLRefSignatureCRLSource. getCRLRefByDigest(Digest digest)Returns a containedCRLRefwith the givendigestMethods in eu.europa.esig.dss.validation that return types with arguments of type CRLRef Modifier and Type Method Description Set<CRLRef>SignatureCRLSource. findRefsForRevocationToken(CRLToken revocationToken)Retrieves a set of found CRL Refs for the givenrevocationTokenList<CRLRef>SignatureCRLSource. getAllCRLReferences()Retrieves all found CRL RefsList<CRLRef>AdvancedSignature. getAttributeRevocationCRLReferences()Retrieves a list of allCRLRefs present in 'AttributeRevocationRefs' element NOTE: Applicable only for XAdES and CAdES revocation sourcesList<CRLRef>DefaultAdvancedSignature. getAttributeRevocationCRLReferences()List<CRLRef>SignatureCRLSource. getAttributeRevocationRefs()List<CRLRef>AdvancedSignature. getCompleteRevocationCRLReferences()Retrieves a list of allCRLRefs present in 'CompleteRevocationRefs' element NOTE: Applicable only for XAdES and CAdES revocation sourcesList<CRLRef>DefaultAdvancedSignature. getCompleteRevocationCRLReferences()List<CRLRef>SignatureCRLSource. getCompleteRevocationRefs()List<CRLRef>SignatureCRLSource. getOrphanCrlRefs()Returns a list of orphan CRL RefsList<CRLRef>SignatureCRLSource. getReferencesForCRLIdentifier(CRLBinary crlBinary)Returns a list ofCRLRefs assigned to the givencrlBinaryList<CRLRef>AdvancedSignature. getTimestampRevocationCRLReferences()Retrieves a list of allCRLRefs present in a timestamp element NOTE: Applicable only for CAdES revocation sourceList<CRLRef>DefaultAdvancedSignature. getTimestampRevocationCRLReferences()List<CRLRef>SignatureCRLSource. getTimestampRevocationRefs()Methods in eu.europa.esig.dss.validation with parameters of type CRLRef Modifier and Type Method Description protected voidSignatureCRLSource. addReference(CRLRef crlRef)protected voidSignatureCRLSource. addReference(CRLRef crlRef, RevocationRefOrigin origin)Method parameters in eu.europa.esig.dss.validation with type arguments of type CRLRef Modifier and Type Method Description List<CRLToken>SignatureCRLSource. findTokensFromRefs(List<CRLRef> revocationRefs)Retrieves a list of found CRL Tokens for the givenrevocationRefs
-