![JAR search and dependency download from the Maven repository](/logo.png)
net.klakegg.pkix.ocsp.CertificateStatus Maven / Gradle / Ivy
package net.klakegg.pkix.ocsp;
/**
* Certificate status provided by OCSP responder.
*
* @author erlend
*/
public enum CertificateStatus {
/**
* The certificate is valid.
*/
GOOD,
/**
* The certificate is temporarily or permanently revoked.
*/
REVOKED,
/**
* Status of certificate is unknown.
*/
UNKNOWN
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy