Package | Description |
---|---|
org.jruby.ext.openssl | |
org.jruby.ext.openssl.x509store |
Modifier and Type | Field and Description |
---|---|
static Store.VerifyCallbackFunction |
X509Store.ossl_verify_cb |
Modifier and Type | Field and Description |
---|---|
static Store.VerifyCallbackFunction |
Store.VerifyCallbackFunction.EMPTY |
static Store.VerifyCallbackFunction |
StoreContext.NullCallback
c: null_callback
|
Store.VerifyCallbackFunction |
Store.verifyCallback |
Store.VerifyCallbackFunction |
StoreContext.verifyCallback |
Modifier and Type | Method and Description |
---|---|
void |
StoreContext.setVerifyCallback(Store.VerifyCallbackFunction verifyCallback)
c: X509_STORE_CTX_set_verify_cb
|
void |
Store.setVerifyCallbackFunction(Store.VerifyCallbackFunction func)
c: X509_STORE_set_verify_cb_func
|
Copyright © 2002-2009 JRuby Team. All Rights Reserved.