org.cert.cc.description
Class PGPSignedProcessor

java.lang.Object
  extended by org.cert.cc.description.PGPSignedProcessor
All Implemented Interfaces:
DescriptionProcessor

public final class PGPSignedProcessor
extends Object
implements DescriptionProcessor

PGPSignedProcessor handles emails that are PGP signed but not encrypted.

© 2009 Carnegie Mellon University

Author:
Steve Scholnick

Constructor Summary
PGPSignedProcessor()
           
 
Method Summary
 String generateDescription(Message message)
          Creates and returns the description
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PGPSignedProcessor

public PGPSignedProcessor()
Method Detail

generateDescription

public String generateDescription(Message message)
                           throws MessagingException
Creates and returns the description

Specified by:
generateDescription in interface DescriptionProcessor
Parameters:
message - Email Message
Returns:
Clear text description
Throws:
MessagingException - If unable to generate the description


Copyright © 2012 Carnegie Mellon University