Uses of Class
org.apache.synapse.securevault.keystore.KeyStoreWrapper

Packages that use KeyStoreWrapper
org.apache.synapse.securevault   
org.apache.synapse.securevault.keystore   
 

Uses of KeyStoreWrapper in org.apache.synapse.securevault
 

Fields in org.apache.synapse.securevault declared as KeyStoreWrapper
protected  KeyStoreWrapper BaseCipher.keyStoreWrapper
           
 

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

Constructors in org.apache.synapse.securevault with parameters of type KeyStoreWrapper
AsymmetricCipher(CipherInformation cipherInformation, KeyStoreWrapper keyStoreWrapper)
           
BaseCipher(CipherInformation cipherInformation, KeyStoreWrapper keyStoreWrapper)
           
SymmetricCipher(CipherInformation cipherInformation, KeyStoreWrapper keyStoreWrapper)
           
 

Uses of KeyStoreWrapper in org.apache.synapse.securevault.keystore
 

Subclasses of KeyStoreWrapper in org.apache.synapse.securevault.keystore
 class IdentityKeyStoreWrapper
          Represents the private keyStore entry To provide that abstraction , this class exposes both getter methods to public, private and secret keys
 class TrustKeyStoreWrapper
          Represents the abstraction for trusted KeyStore Only expose to get public keys
 



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