Uses of Class
eu.emi.security.authn.x509.helpers.ocsp.OCSPResult.Status
-
Packages that use OCSPResult.Status Package Description eu.emi.security.authn.x509.helpers.ocsp Contains implementation of On-line Certificate Status Protocol (OCSP), RFC 2560. -
-
Uses of OCSPResult.Status in eu.emi.security.authn.x509.helpers.ocsp
Fields in eu.emi.security.authn.x509.helpers.ocsp declared as OCSPResult.Status Modifier and Type Field Description private OCSPResult.StatusOCSPResult. statusMethods in eu.emi.security.authn.x509.helpers.ocsp that return OCSPResult.Status Modifier and Type Method Description OCSPResult.StatusOCSPResult. getStatus()static OCSPResult.StatusOCSPResult.Status. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static OCSPResult.Status[]OCSPResult.Status. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in eu.emi.security.authn.x509.helpers.ocsp with parameters of type OCSPResult.Status Constructor Description OCSPResult(OCSPResult.Status status)
-