org.mule.module.pgp.i18n
Class PGPMessages

java.lang.Object
  extended by org.mule.config.i18n.MessageFactory
      extended by org.mule.module.pgp.i18n.PGPMessages

public class PGPMessages
extends MessageFactory


Field Summary
 
Fields inherited from class org.mule.config.i18n.MessageFactory
logger
 
Constructor Summary
PGPMessages()
           
 
Method Summary
static Message encryptionStrategyNotSet()
           
static Message errorVerifySignature()
           
static Message invalidSignature()
           
static Message noPublicKeyForUser(String userId)
           
static Message noSignedMessageFound()
           
 
Methods inherited from class org.mule.config.i18n.MessageFactory
createMessage, createMessage, createMessage, createMessage, createMessage, createStaticMessage, getBundlePath, getClassLoader, getString, getString, getString, getString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PGPMessages

public PGPMessages()
Method Detail

noPublicKeyForUser

public static Message noPublicKeyForUser(String userId)

noSignedMessageFound

public static Message noSignedMessageFound()

invalidSignature

public static Message invalidSignature()

errorVerifySignature

public static Message errorVerifySignature()

encryptionStrategyNotSet

public static Message encryptionStrategyNotSet()


Copyright © 2003-2009 MuleSource, Inc.. All Rights Reserved.