All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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