package org.spongycastle.cert.ocsp; public interface CertificateStatus { public static final CertificateStatus GOOD = null; }