| Constructor and Description |
|---|
PKCS7DataSignedAndEnveloped() |
| Modifier and Type | Method and Description |
|---|---|
void |
addCertificate(X509AuxCertificate cert) |
void |
addCRL(java.security.cert.X509CRL crl) |
void |
addRecipientInfo(RecipInfo ri) |
void |
addSigner(SignerInfoWithPkey psi) |
static PKCS7DataSignedAndEnveloped |
fromASN1(org.bouncycastle.asn1.DEREncodable content) |
SignEnvelope |
getSignedAndEnveloped() |
java.util.Collection<SignerInfoWithPkey> |
getSignerInfo() |
int |
getType() |
boolean |
isSignedAndEnveloped() |
void |
setCipher(CipherSpec cipher) |
asASN1, ctrl, fromASN1, getData, getDigest, getEncrypted, getEnveloped, getOther, getSign, isData, isDigest, isEncrypted, isEnveloped, isOther, isSigned, setContent, setData, setSignpublic boolean isSignedAndEnveloped()
isSignedAndEnveloped in class PKCS7Datapublic SignEnvelope getSignedAndEnveloped()
getSignedAndEnveloped in class PKCS7Datapublic void setCipher(CipherSpec cipher)
public void addRecipientInfo(RecipInfo ri)
addRecipientInfo in class PKCS7Datapublic void addSigner(SignerInfoWithPkey psi)
public java.util.Collection<SignerInfoWithPkey> getSignerInfo()
getSignerInfo in class PKCS7Datapublic void addCertificate(X509AuxCertificate cert)
addCertificate in class PKCS7Datapublic static PKCS7DataSignedAndEnveloped fromASN1(org.bouncycastle.asn1.DEREncodable content)
Copyright © 2002-2009 JRuby Team. All Rights Reserved.