Uses of Class
eu.europa.esig.dss.spi.x509.revocation.ocsp.ResponderId
-
Packages that use ResponderId Package Description eu.europa.esig.dss.spi eu.europa.esig.dss.spi.x509.revocation.ocsp -
-
Uses of ResponderId in eu.europa.esig.dss.spi
Methods in eu.europa.esig.dss.spi that return ResponderId Modifier and Type Method Description static ResponderIdDSSRevocationUtils. getDSSResponderId(org.bouncycastle.cert.ocsp.RespID respID)TransformsRespIDtoResponderId -
Uses of ResponderId in eu.europa.esig.dss.spi.x509.revocation.ocsp
Methods in eu.europa.esig.dss.spi.x509.revocation.ocsp that return ResponderId Modifier and Type Method Description ResponderIdOCSPRef. getResponderId()Constructors in eu.europa.esig.dss.spi.x509.revocation.ocsp with parameters of type ResponderId Constructor Description OCSPRef(Digest digest, Date producedAt, ResponderId responderId, RevocationRefOrigin origin)The default constructor for OCSPRef.
-