Package | Description |
---|---|
org.jruby.ext.openssl | |
org.jruby.ext.openssl.impl |
Modifier and Type | Method and Description |
---|---|
static PKCS7 |
PKCS7.wrap(RubyClass klass,
PKCS7 p7) |
Modifier and Type | Method and Description |
---|---|
static PKCS7 |
PKCS7.encrypt(java.util.Collection<X509AuxCertificate> certs,
byte[] in,
CipherSpec cipher,
int flags) |
static PKCS7 |
PKCS7.fromASN1(BIO bio) |
static PKCS7 |
PKCS7.fromASN1(org.bouncycastle.asn1.DEREncodable obj)
ContentInfo ::= SEQUENCE {
contentType ContentType,
content [0] EXPLICIT ANY DEFINED BY contentType OPTIONAL }
ContentType ::= OBJECT IDENTIFIER
|
PKCS7 |
Digest.getContents()
Get the
Contents value. |
PKCS7 |
Signed.getContents()
Get the
Contents value. |
static PKCS7 |
PKCS7.readPEM(BIO input)
c: PEM_read_bio_PKCS7
|
PKCS7 |
SMIME.readPKCS7(BIO bio,
BIO[] bcont) |
PKCS7 |
SMIME.readPKCS7Base64(BIO bio) |
static PKCS7 |
PKCS7.sign(X509AuxCertificate signcert,
java.security.PrivateKey pkey,
java.util.Collection<X509AuxCertificate> certs,
BIO data,
int flags) |
Modifier and Type | Method and Description |
---|---|
void |
PKCS7.setContent(PKCS7 p7)
c: PKCS7_set_content
|
void |
PKCS7Data.setContent(PKCS7 p7) |
void |
PKCS7DataDigest.setContent(PKCS7 p7) |
void |
PKCS7DataSigned.setContent(PKCS7 p7) |
void |
Digest.setContents(PKCS7 newContents)
Set the
Contents value. |
void |
Signed.setContents(PKCS7 newContents)
Set the
Contents value. |
Copyright © 2002-2009 JRuby Team. All Rights Reserved.