Uses of Class
org.apache.synapse.securevault.definition.CipherInformation
-
Packages that use CipherInformation Package Description org.apache.synapse.securevault -
-
Uses of CipherInformation in org.apache.synapse.securevault
Methods in org.apache.synapse.securevault that return CipherInformation Modifier and Type Method Description CipherInformation
BaseCipher. getCipherInformation()
Methods in org.apache.synapse.securevault with parameters of type CipherInformation Modifier and Type Method Description static BaseCipher
CipherFactory. createCipher(CipherInformation cipherInformation, Key key)
static BaseCipher
CipherFactory. createCipher(CipherInformation cipherInformation, KeyStoreInformation keystoreInformation)
static BaseCipher
CipherFactory. createCipher(CipherInformation cipherInformation, KeyStoreWrapper keyStoreWrapper)
Constructors in org.apache.synapse.securevault with parameters of type CipherInformation Constructor Description AsymmetricCipher(CipherInformation cipherInformation, Key key)
AsymmetricCipher(CipherInformation cipherInformation, KeyStoreInformation keystoreInformation)
AsymmetricCipher(CipherInformation cipherInformation, KeyStoreWrapper keyStoreWrapper)
BaseCipher(CipherInformation cipherInformation, Key key)
BaseCipher(CipherInformation cipherInformation, KeyStoreInformation keystoreInformation)
BaseCipher(CipherInformation cipherInformation, KeyStoreWrapper keyStoreWrapper)
SymmetricCipher(CipherInformation cipherInformation, Key key)
SymmetricCipher(CipherInformation cipherInformation, KeyStoreInformation keystoreInformation)
SymmetricCipher(CipherInformation cipherInformation, KeyStoreWrapper keyStoreWrapper)
-