org.apache.synapse.securevault
Class CipherFactory

java.lang.Object
  extended by org.apache.synapse.securevault.CipherFactory

public class CipherFactory
extends Object

Creates Ciphers


Constructor Summary
CipherFactory()
           
 
Method Summary
static BaseCipher createCipher(CipherInformation cipherInformation, Key key)
           
static BaseCipher createCipher(CipherInformation cipherInformation, KeyStoreInformation keystoreInformation)
           
static BaseCipher createCipher(CipherInformation cipherInformation, KeyStoreWrapper keyStoreWrapper)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CipherFactory

public CipherFactory()
Method Detail

createCipher

public static BaseCipher createCipher(CipherInformation cipherInformation,
                                      KeyStoreInformation keystoreInformation)

createCipher

public static BaseCipher createCipher(CipherInformation cipherInformation,
                                      KeyStoreWrapper keyStoreWrapper)

createCipher

public static BaseCipher createCipher(CipherInformation cipherInformation,
                                      Key key)


Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.