Package | Description |
---|---|
org.jruby.ext.openssl.x509store |
Modifier and Type | Method and Description |
---|---|
int |
Lookup.byIssuerSerialNumber(int type,
Name name,
java.math.BigInteger serial,
X509Object[] ret)
c: X509_LOOKUP_by_issuer_serial
|
int |
Lookup.bySubject(int type,
Name name,
X509Object[] ret)
c: X509_LOOKUP_by_subject
|
int |
StoreContext.getBySubject(int type,
Name name,
X509Object[] ret)
c: X509_STORE_get_by_subject (it gets X509_STORE_CTX as the first parameter)
|
int |
StoreContext.getCRLStack(java.security.cert.X509CRL[] pcrl,
Name nm,
java.util.List<java.security.cert.X509CRL> crls)
c: get_crl_sk
|
static int |
X509Object.indexBySubject(java.util.List<? extends X509Object> h,
int type,
Name name)
c: X509_OBJECT_idx_by_subject
|
boolean |
CRL.isName(Name nm) |
boolean |
Certificate.isName(Name nm) |
boolean |
X509Object.isName(Name nm) |
static X509Object |
X509Object.retrieveBySubject(java.util.List<? extends X509Object> h,
int type,
Name name)
c: X509_OBJECT_retrieve_by_subject
|
Copyright © 2002-2009 JRuby Team. All Rights Reserved.