info.rvin.flexmojos.encrypter.encryptations
Class AesEncrypter

java.lang.Object
  extended by info.rvin.flexmojos.encrypter.encryptations.AesEncrypter

public class AesEncrypter
extends java.lang.Object


Constructor Summary
AesEncrypter(org.apache.maven.plugin.logging.Log log)
           
 
Method Summary
protected  byte[] encrypt(byte[] content)
           
 void encrypt(java.lang.String key, java.lang.String iv, java.io.File swf, java.io.File eswf)
           
 byte[] hex2Bytes(java.lang.String hex)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AesEncrypter

public AesEncrypter(org.apache.maven.plugin.logging.Log log)
Method Detail

encrypt

protected byte[] encrypt(byte[] content)
                  throws org.apache.maven.plugin.MojoExecutionException
Throws:
org.apache.maven.plugin.MojoExecutionException

hex2Bytes

public byte[] hex2Bytes(java.lang.String hex)

encrypt

public void encrypt(java.lang.String key,
                    java.lang.String iv,
                    java.io.File swf,
                    java.io.File eswf)
             throws java.io.IOException,
                    org.apache.maven.plugin.MojoExecutionException
Throws:
java.io.IOException
org.apache.maven.plugin.MojoExecutionException


Copyright © 2008-2009 Flex-Mojos. All Rights Reserved.