blob: 3aa117dfedab6814d6d4fa26a6b85ef2bebdba18 [file] [log] [blame]
package org.bouncycastle.cert.ocsp;
public interface CertificateStatus
{
public static final CertificateStatus GOOD = null;
}