edu.vt.middleware.crypt.tasks
Class EncryptPropertyTask

java.lang.Object
  extended by org.apache.tools.ant.ProjectComponent
      extended by org.apache.tools.ant.Task
          extended by edu.vt.middleware.crypt.tasks.AbstractCryptTask
              extended by edu.vt.middleware.crypt.tasks.EncryptPropertyTask
All Implemented Interfaces:
Cloneable

public final class EncryptPropertyTask
extends AbstractCryptTask

EncryptPropertyTask will encrypt an ant property using a symmetric algorithm. Encrypted value will be BASE64 encoded.

Version:
$Revision: 21 $
Author:
Middleware Services

Field Summary
 
Fields inherited from class edu.vt.middleware.crypt.tasks.AbstractCryptTask
algorithm, iv, mode, padding, privateKey, propertyName
 
Fields inherited from class org.apache.tools.ant.Task
target, taskName, taskType, wrapper
 
Fields inherited from class org.apache.tools.ant.ProjectComponent
description, location, project
 
Constructor Summary
EncryptPropertyTask()
           
 
Method Summary
 void execute()
          See @link{org.apache.tools.ant.Task}.
 
Methods inherited from class edu.vt.middleware.crypt.tasks.AbstractCryptTask
createAlgorithm, setAlgorithm, setIv, setMode, setName, setPadding, setPrivateKey
 
Methods inherited from class org.apache.tools.ant.Task
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType
 
Methods inherited from class org.apache.tools.ant.ProjectComponent
clone, getDescription, getLocation, getProject, setDescription, setLocation, setProject
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EncryptPropertyTask

public EncryptPropertyTask()
Method Detail

execute

public void execute()

See @link{org.apache.tools.ant.Task}.

Specified by:
execute in class AbstractCryptTask


Copyright © 2003-2011 Virginia Tech. All Rights Reserved.