Uses of Class
eu.europa.esig.dss.spi.x509.revocation.ocsp.OCSPRespStatus
-
Packages that use OCSPRespStatus Package Description eu.europa.esig.dss.spi.x509.revocation.ocsp -
-
Uses of OCSPRespStatus in eu.europa.esig.dss.spi.x509.revocation.ocsp
Methods in eu.europa.esig.dss.spi.x509.revocation.ocsp that return OCSPRespStatus Modifier and Type Method Description static OCSPRespStatusOCSPRespStatus. fromInt(int value)OCSPRespStatusOCSPToken. getResponseStatus()static OCSPRespStatusOCSPRespStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static OCSPRespStatus[]OCSPRespStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in eu.europa.esig.dss.spi.x509.revocation.ocsp with parameters of type OCSPRespStatus Modifier and Type Method Description voidOCSPTokenBuilder. setOCSPResponseStatus(OCSPRespStatus respStatus)voidOCSPToken. setResponseStatus(OCSPRespStatus responseStatus)
-