Interface OcspSignatureValidator

  • Functional Interface:
    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

    @FunctionalInterface
    public interface OcspSignatureValidator
    • Method Detail

      • isValidSignature

        boolean isValidSignature​(org.bouncycastle.cert.ocsp.BasicOCSPResp ocspResponse,
                                 X509Certificate issuer)
                          throws org.bouncycastle.cert.ocsp.OCSPException
        Throws:
        org.bouncycastle.cert.ocsp.OCSPException