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