| Interface | Description |
|---|---|
| Function0 |
Zero arity function call.
|
| Function1 |
One arity function call.
|
| Function2 |
Two arity function call.
|
| Function3 |
Three arity function call.
|
| Function4 |
Four arity function call.
|
| Function5 |
Five arity function call.
|
| LookupMethod.ByAliasFunction | |
| LookupMethod.ByFingerprintFunction | |
| LookupMethod.ByIssuerSerialNumberFunction | |
| LookupMethod.BySubjectFunction | |
| LookupMethod.ControlFunction | |
| LookupMethod.FreeFunction | |
| LookupMethod.InitFunction | |
| LookupMethod.NewItemFunction | |
| LookupMethod.ShutdownFunction | |
| Purpose.CheckPurposeFunction | |
| Store.CertificateCRLFunction | |
| Store.CheckCRLFunction | |
| Store.CheckIssuedFunction | |
| Store.CheckRevocationFunction | |
| Store.CleanupFunction | |
| Store.GetCRLFunction | |
| Store.GetIssuerFunction | |
| Store.VerifyCallbackFunction | |
| Store.VerifyFunction | |
| StoreContext.CheckPolicyFunction | |
| Trust.Checker |
| Class | Description |
|---|---|
| Certificate |
c: X509_OBJECT
|
| CertificateFile |
Contains information like x509_file_st and X509_CERT_FILER_CTX in
x509_vfy.h
|
| CertificateFile.Path | |
| CertificateHashDir |
Contains information like x509_hash_dir_st and X509_HASH_DIR_CTX in
x509_vfy.h
|
| CertificateHashDir.Dir | |
| CRL |
c: X509_OBJECT
|
| Function0.Empty | |
| Function1.Empty | |
| Function2.Empty | |
| Function3.Empty | |
| Function4.Empty | |
| Function5.Empty | |
| Lookup |
X509_LOOKUP
|
| LookupMethod |
x509_lookup_method_st and X509_LOOKUP_METHOD in x509_vfy.h
|
| Name |
c: X509_NAME
|
| PEMInputOutput |
Helper class to read and write PEM files correctly.
|
| PKey |
c: X509_OBJECT
|
| PolicyTree |
c: X509_POLICY_TREE
|
| Purpose |
c: X509_PURPOSE
|
| Store |
c: X509_STORE
|
| StoreContext |
c: X509_STORE_CTX
|
| Trust |
c: X509_TRUST
|
| VerifyParameter |
c: X509_VERIFY_PARAM
|
| X509Aux | |
| X509AuxCertificate |
Since regular X509Certificate doesn't represent the Aux part of a
certification, this class uses composition and extension to contain
both pieces of information.
|
| X509Error |
Used to handle OpenSSL errors in a sane way.
|
| X509Object |
c: X509_OBJECT
|
| X509Utils |
Contains most of the functionality that beings with X509 in
crypty/x509/x509_def.c, crypty/x509/x509_txt.c and others.
|
| Exception | Description |
|---|---|
| X509Error.ErrorException |
Copyright © 2002-2009 JRuby Team. All Rights Reserved.