| Interface | Description |
|---|---|
| Mime |
| Class | Description |
|---|---|
| ASN1Registry | |
| Attribute |
X509_ATTRIBUTE
|
| Base64 | |
| Base64.InputStream |
A
Base64.InputStream will read data from another
java.io.InputStream, given in the constructor,
and encode/decode to/from Base64 notation on the fly. |
| Base64.OutputStream |
A
Base64.OutputStream will write data to another
java.io.OutputStream, given in the constructor,
and encode/decode to/from Base64 notation on the fly. |
| Base64BIOFilter | |
| BIO |
c: BIO
|
| BIOFilter | |
| CipherBIOFilter | |
| CipherSpec | |
| Digest |
PKCS7_DIGEST
|
| EncContent |
PKCS7_ENC_CONTENT
|
| Encrypt |
PKCS7_ENCRYPT
|
| Envelope |
PKCS7_ENVELOPE
|
| EVP | |
| IssuerAndSerial |
PKCS7_ISSUER_AND_SERIAL
|
| MemBIO | |
| MessageDigestBIOFilter | |
| MimeHeader |
MIME_HEADER
|
| MimeParam |
MIME_PARAM
|
| NullSinkBIO | |
| PKCS7 |
c: PKCS7
Basically equivalent of the ContentInfo structures in PKCS#7.
|
| PKCS7Data | |
| PKCS7DataData | |
| PKCS7DataDigest | |
| PKCS7DataEncrypted | |
| PKCS7DataEnveloped | |
| PKCS7DataSigned | |
| PKCS7DataSignedAndEnveloped | |
| PKey |
Handles PKey related ASN.1 handling.
|
| RecipInfo |
PKCS7_RECIP_INFO
|
| Signed |
PKCS7_SIGNED
|
| SignEnvelope |
PKCS7_SIGN_ENVELOPE
|
| SignerInfoWithPkey | |
| SMIME |
SMIME methods for PKCS7
|
| TypeDiscriminating |
| Exception | Description |
|---|---|
| NotVerifiedPKCS7Exception | |
| PKCS7Exception |
Copyright © 2002-2009 JRuby Team. All Rights Reserved.