org.mule.security
Class AbstractNamedEncryptionStrategy

java.lang.Object
  extended by org.mule.security.AbstractNamedEncryptionStrategy
All Implemented Interfaces:
EncryptionStrategy, Initialisable
Direct Known Subclasses:
AbstractJCEEncryptionStrategy, KeyBasedEncryptionStrategy

public abstract class AbstractNamedEncryptionStrategy
extends Object
implements EncryptionStrategy


Field Summary
 
Fields inherited from interface org.mule.api.lifecycle.Initialisable
PHASE_NAME
 
Constructor Summary
AbstractNamedEncryptionStrategy()
           
 
Method Summary
 String getName()
           
 void setName(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.mule.api.EncryptionStrategy
decrypt, encrypt
 
Methods inherited from interface org.mule.api.lifecycle.Initialisable
initialise
 

Constructor Detail

AbstractNamedEncryptionStrategy

public AbstractNamedEncryptionStrategy()
Method Detail

getName

public String getName()
Specified by:
getName in interface EncryptionStrategy

setName

public void setName(String name)


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