org.cert.cc.encryption
Class MessageSMIMEProcessor
java.lang.Object
org.cert.cc.encryption.AbstractProcessor
org.cert.cc.encryption.AbstractSMIMEProcessor<Object>
org.cert.cc.encryption.MessageSMIMEProcessor
public final class MessageSMIMEProcessor
- extends AbstractSMIMEProcessor<Object>
MessageSMIMEProcessor returns the decrypted data that could be a Multipart object or possible a String. See
MimeBodyPart.getContent() for details.
© 2009 Carnegie Mellon University
- Author:
- Steve Scholnick
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MessageSMIMEProcessor
public MessageSMIMEProcessor()
extractData
protected Object extractData(MimeBodyPart part)
throws IOException,
MessagingException
- Returns the extracted data extracted from the
MimeBodyPart
- Specified by:
extractData in class AbstractSMIMEProcessor<Object>
- Parameters:
part - MimeBodyPart data
- Returns:
- Extracted dat
- Throws:
IOException - If unable to extract the data
MessagingException
Copyright © 2012 Carnegie Mellon University