Package org.apache.synapse.securevault
Class CipherFactory
java.lang.Object
org.apache.synapse.securevault.CipherFactory
Creates Ciphers
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic BaseCiphercreateCipher(CipherInformation cipherInformation, Key key) static BaseCiphercreateCipher(CipherInformation cipherInformation, KeyStoreInformation keystoreInformation) static BaseCiphercreateCipher(CipherInformation cipherInformation, KeyStoreWrapper keyStoreWrapper)
-
Constructor Details
-
CipherFactory
public CipherFactory()
-
-
Method Details
-
createCipher
public static BaseCipher createCipher(CipherInformation cipherInformation, KeyStoreInformation keystoreInformation) -
createCipher
public static BaseCipher createCipher(CipherInformation cipherInformation, KeyStoreWrapper keyStoreWrapper) -
createCipher
-