Package | Description |
---|---|
org.jruby.ext.openssl | |
org.jruby.ext.openssl.impl |
Modifier and Type | Method and Description |
---|---|
static PKCS7.RecipientInfo |
PKCS7.RecipientInfo.create(Ruby runtime,
RecipInfo info) |
Modifier and Type | Method and Description |
---|---|
RecipInfo |
PKCS7.addRecipient(X509AuxCertificate recip)
c: PKCS7_add_recipient
|
static RecipInfo |
RecipInfo.fromASN1(org.bouncycastle.asn1.DEREncodable content)
RecipientInfo ::= SEQUENCE {
version Version,
issuerAndSerialNumber IssuerAndSerialNumber,
keyEncryptionAlgorithm KeyEncryptionAlgorithmIdentifier,
encryptedKey EncryptedKey }
EncryptedKey ::= OCTET STRING
|
Modifier and Type | Method and Description |
---|---|
java.util.Collection<RecipInfo> |
Envelope.getRecipientInfo()
Get the
RecipientInfo value. |
java.util.Collection<RecipInfo> |
SignEnvelope.getRecipientInfo()
Get the
RecipientInfo value. |
Modifier and Type | Method and Description |
---|---|
void |
PKCS7.addRecipientInfo(RecipInfo ri)
c: PKCS7_add_recipient_info
|
void |
PKCS7Data.addRecipientInfo(RecipInfo ri) |
void |
PKCS7DataEnveloped.addRecipientInfo(RecipInfo ri) |
void |
PKCS7DataSignedAndEnveloped.addRecipientInfo(RecipInfo ri) |
Modifier and Type | Method and Description |
---|---|
void |
Envelope.setRecipientInfo(java.util.Collection<RecipInfo> newRecipientInfo)
Set the
RecipientInfo value. |
void |
SignEnvelope.setRecipientInfo(java.util.Collection<RecipInfo> newRecipientInfo)
Set the
RecipientInfo value. |
Copyright © 2002-2009 JRuby Team. All Rights Reserved.