Uses of Class
eu.europa.esig.dss.spi.x509.revocation.RevocationRef
-
Packages that use RevocationRef Package Description eu.europa.esig.dss.spi.x509.revocation.crl eu.europa.esig.dss.spi.x509.revocation.ocsp eu.europa.esig.dss.validation -
-
Uses of RevocationRef in eu.europa.esig.dss.spi.x509.revocation.crl
Subclasses of RevocationRef in eu.europa.esig.dss.spi.x509.revocation.crl Modifier and Type Class Description classCRLRefReference to a X509CRL -
Uses of RevocationRef in eu.europa.esig.dss.spi.x509.revocation.ocsp
Subclasses of RevocationRef in eu.europa.esig.dss.spi.x509.revocation.ocsp Modifier and Type Class Description classOCSPRefReference an OCSPResponse -
Uses of RevocationRef in eu.europa.esig.dss.validation
Methods in eu.europa.esig.dss.validation that return types with arguments of type RevocationRef Modifier and Type Method Description List<RevocationRef>AdvancedSignature. findRefsForRevocationIdentifier(EncapsulatedRevocationTokenIdentifier revocationIdentifier)Retrieves a list of foundRevocationRefs for the givenrevocationIdentifierList<RevocationRef>DefaultAdvancedSignature. findRefsForRevocationIdentifier(EncapsulatedRevocationTokenIdentifier revocationIdentifier)List<RevocationRef>AdvancedSignature. findRefsForRevocationToken(RevocationToken revocationToken)Retrieves a list of foundRevocationRefs for the givenrevocationTokenList<RevocationRef>DefaultAdvancedSignature. findRefsForRevocationToken(RevocationToken revocationToken)List<RevocationRef>AdvancedSignature. getAllFoundRevocationRefs()Retrieves a list of all foundRevocationRefs present in the signatureList<RevocationRef>DefaultAdvancedSignature. getAllFoundRevocationRefs()List<RevocationRef>AdvancedSignature. getOrphanRevocationRefs()Returns a list of all orphanRevocationRefs found into the signatureList<RevocationRef>DefaultAdvancedSignature. getOrphanRevocationRefs()
-