|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface WolfSSLMissingCRLCallback
wolfSSL Missing CRL Callback Interface. This interface specifies how applicaitons should implement the missing CRL callback class to be called by wolfSSL when CRL lookup fails.
After implementing this interface, it should be passed as a parameter
to either the WolfSSLSession.setCRLCb()
method or WolfSSLContext.setCRLCb()
method, to be
registered with the native wolfSSL library.
Method Summary | |
---|---|
void |
missingCRLCallback(java.lang.String url)
Missing CRL callback method. |
Method Detail |
---|
void missingCRLCallback(java.lang.String url)
url
- URL of the CRL which failed to verify during the
certificate verification process.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |