org.mule.extras.pgp.i18n
Class PGPMessages

java.lang.Object
  extended byorg.mule.config.i18n.MessageFactory
      extended byorg.mule.extras.pgp.i18n.PGPMessages

public class PGPMessages
extends org.mule.config.i18n.MessageFactory


Constructor Summary
PGPMessages()
           
 
Method Summary
static org.mule.config.i18n.Message encryptionStrategyNotSet()
           
static org.mule.config.i18n.Message errorVerifySignature()
           
static org.mule.config.i18n.Message invalidSignature()
           
static org.mule.config.i18n.Message noPublicKeyForUser(String userId)
           
static org.mule.config.i18n.Message noSignedMessageFound()
           
 
Methods inherited from class org.mule.config.i18n.MessageFactory
createMessage, createMessage, createMessage, createMessage, createStaticMessage, getBundlePath, 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 org.mule.config.i18n.Message noPublicKeyForUser(String userId)

noSignedMessageFound

public static org.mule.config.i18n.Message noSignedMessageFound()

invalidSignature

public static org.mule.config.i18n.Message invalidSignature()

errorVerifySignature

public static org.mule.config.i18n.Message errorVerifySignature()

encryptionStrategyNotSet

public static org.mule.config.i18n.Message encryptionStrategyNotSet()


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