Uses of Class
org.apache.synapse.securevault.definition.KeyStoreInformation
Packages that use KeyStoreInformation
Package
Description
-
Uses of KeyStoreInformation in org.apache.synapse.securevault
Methods in org.apache.synapse.securevault that return KeyStoreInformationMethods in org.apache.synapse.securevault with parameters of type KeyStoreInformationModifier and TypeMethodDescriptionstatic BaseCipherCipherFactory.createCipher(CipherInformation cipherInformation, KeyStoreInformation keystoreInformation) Constructors in org.apache.synapse.securevault with parameters of type KeyStoreInformationModifierConstructorDescriptionAsymmetricCipher(CipherInformation cipherInformation, KeyStoreInformation keystoreInformation) protectedBaseCipher(CipherInformation cipherInformation, KeyStoreInformation keystoreInformation) SymmetricCipher(CipherInformation cipherInformation, KeyStoreInformation keystoreInformation) -
Uses of KeyStoreInformation in org.apache.synapse.securevault.definition
Subclasses of KeyStoreInformation in org.apache.synapse.securevault.definitionModifier and TypeClassDescriptionclassRepresents the abstraction private key entry store (identity) informationclassRepresents the abstraction - Trusted Certificate Store Information -
Uses of KeyStoreInformation in org.apache.synapse.securevault.keystore
Methods in org.apache.synapse.securevault.keystore with parameters of type KeyStoreInformationModifier and TypeMethodDescriptionprotected voidKeyStoreWrapper.init(KeyStoreInformation information, String keyPassword) Initialize the KeyStore wrapper based on provided KeyStoreInformation and passwords