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 BaseCiphercreateCipher(CipherInformation cipherInformation, Key key)static BaseCiphercreateCipher(CipherInformation cipherInformation, KeyStoreInformation keystoreInformation)static BaseCiphercreateCipher(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)
-
-