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 KeyStoreInformation
BaseCipher. getKeyStoreInformation()
Methods in org.apache.synapse.securevault with parameters of type KeyStoreInformation Modifier and Type Method Description static BaseCipher
CipherFactory. 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 class
IdentityKeyStoreInformation
Represents the abstraction private key entry store (identity) informationclass
TrustKeyStoreInformation
Represents 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 void
KeyStoreWrapper. init(KeyStoreInformation information, String keyPassword)
Initialize the KeyStore wrapper based on provided KeyStoreInformation and passwords
-