Uses of Class
org.apache.synapse.securevault.definition.KeyStoreInformation

Packages that use KeyStoreInformation
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
 KeyStoreInformation BaseCipher.getKeyStoreInformation()
           
 

Methods in org.apache.synapse.securevault with parameters of type KeyStoreInformation
static BaseCipher CipherFactory.createCipher(CipherInformation cipherInformation, KeyStoreInformation keystoreInformation)
           
 

Constructors in org.apache.synapse.securevault with parameters of type KeyStoreInformation
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
 class IdentityKeyStoreInformation
          Represents the abstraction private key entry store (identity) information
 class 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
protected  void KeyStoreWrapper.init(KeyStoreInformation information, String keyPassword)
          Initialize the KeyStore wrapper based on provided KeyStoreInformation and passwords
 



Copyright © 2005–2015 Apache Software Foundation. All rights reserved.