org.apache.geronimo.crypto
Class ConfiguredEncryption

java.lang.Object
  extended by org.apache.geronimo.crypto.AbstractEncryption
      extended by org.apache.geronimo.crypto.ConfiguredEncryption
All Implemented Interfaces:
Encryption

public class ConfiguredEncryption
extends AbstractEncryption


Constructor Summary
ConfiguredEncryption(String location)
           
 
Method Summary
protected  SecretKeySpec getSecretKeySpec()
           
 
Methods inherited from class org.apache.geronimo.crypto.AbstractEncryption
decrypt, encrypt
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfiguredEncryption

public ConfiguredEncryption(String location)
                     throws IOException
Throws:
IOException
Method Detail

getSecretKeySpec

protected SecretKeySpec getSecretKeySpec()
Specified by:
getSecretKeySpec in class AbstractEncryption


Copyright © 2003-2013 The Apache Geronimo development community. All Rights Reserved.