Package org.apache.synapse.securevault
Class CipherFactory
- java.lang.Object
-
- org.apache.synapse.securevault.CipherFactory
-
public class CipherFactory extends Object
Creates Ciphers
-
-
Constructor Summary
Constructors Constructor Description CipherFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static BaseCipher
createCipher(CipherInformation cipherInformation, Key key)
static BaseCipher
createCipher(CipherInformation cipherInformation, KeyStoreInformation keystoreInformation)
static BaseCipher
createCipher(CipherInformation cipherInformation, KeyStoreWrapper keyStoreWrapper)
-
-
-
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)
-
-