Uses of Class
org.apache.synapse.securevault.definition.KeyStoreInformation
-
Packages that use KeyStoreInformation Package Description org.apache.synapse.securevault org.apache.synapse.securevault.definition org.apache.synapse.securevault.keystore -
-
Uses of KeyStoreInformation in org.apache.synapse.securevault
Methods in org.apache.synapse.securevault that return KeyStoreInformation Modifier and Type Method Description KeyStoreInformationBaseCipher. getKeyStoreInformation()Methods in org.apache.synapse.securevault with parameters of type KeyStoreInformation Modifier and Type Method Description static BaseCipherCipherFactory. createCipher(CipherInformation cipherInformation, KeyStoreInformation keystoreInformation)Constructors in org.apache.synapse.securevault with parameters of type KeyStoreInformation Constructor Description AsymmetricCipher(CipherInformation cipherInformation, KeyStoreInformation keystoreInformation)BaseCipher(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.definition Modifier and Type Class Description classIdentityKeyStoreInformationRepresents the abstraction private key entry store (identity) informationclassTrustKeyStoreInformationRepresents 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 KeyStoreInformation Modifier and Type Method Description protected voidKeyStoreWrapper. init(KeyStoreInformation information, String keyPassword)Initialize the KeyStore wrapper based on provided KeyStoreInformation and passwords
-