1: package org.bouncycastle.ocsp; 2: 3: public interface CertificateStatus { 4: public static final CertificateStatus GOOD = null; 5: }