Uses of Class
org.apache.synapse.securevault.definition.CipherInformation
Packages that use CipherInformation
-
Uses of CipherInformation in org.apache.synapse.securevault
Methods in org.apache.synapse.securevault that return CipherInformationMethods in org.apache.synapse.securevault with parameters of type CipherInformationModifier and TypeMethodDescriptionstatic BaseCipherCipherFactory.createCipher(CipherInformation cipherInformation, Key key) static BaseCipherCipherFactory.createCipher(CipherInformation cipherInformation, KeyStoreInformation keystoreInformation) static BaseCipherCipherFactory.createCipher(CipherInformation cipherInformation, KeyStoreWrapper keyStoreWrapper) Constructors in org.apache.synapse.securevault with parameters of type CipherInformationModifierConstructorDescriptionAsymmetricCipher(CipherInformation cipherInformation, Key key) AsymmetricCipher(CipherInformation cipherInformation, KeyStoreInformation keystoreInformation) AsymmetricCipher(CipherInformation cipherInformation, KeyStoreWrapper keyStoreWrapper) protectedBaseCipher(CipherInformation cipherInformation, Key key) protectedBaseCipher(CipherInformation cipherInformation, KeyStoreInformation keystoreInformation) protectedBaseCipher(CipherInformation cipherInformation, KeyStoreWrapper keyStoreWrapper) SymmetricCipher(CipherInformation cipherInformation, Key key) SymmetricCipher(CipherInformation cipherInformation, KeyStoreInformation keystoreInformation) SymmetricCipher(CipherInformation cipherInformation, KeyStoreWrapper keyStoreWrapper)