|
Bouncy Castle Cryptography Library 1.81 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.bouncycastle.mail.smime.SMIMEEnvelopedUtil
Constructor Summary | |
SMIMEEnvelopedUtil()
|
Method Summary | |
static SMIMEEnvelopedGenerator |
createGenerator(org.bouncycastle.asn1.ASN1ObjectIdentifier algorithm)
Utility method which will return an SMIMEEnvelopedGenerator or an SMIMEAuthEnvelopedGenerator as appropriate for the algorithm OID passed in. |
static org.bouncycastle.cms.RecipientInformationStore |
getRecipientInfos(javax.mail.internet.MimeBodyPart message)
Parse the passed in MimeMessage extracting the RecipientInfos from it. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SMIMEEnvelopedUtil()
Method Detail |
public static org.bouncycastle.cms.RecipientInformationStore getRecipientInfos(javax.mail.internet.MimeBodyPart message) throws javax.mail.MessagingException, org.bouncycastle.cms.CMSException
message
- the message to be parsed.
javax.mail.MessagingException
org.bouncycastle.cms.CMSException
public static SMIMEEnvelopedGenerator createGenerator(org.bouncycastle.asn1.ASN1ObjectIdentifier algorithm)
algorithm
- algorithm OID
|
Bouncy Castle Cryptography Library 1.81 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |