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

Packages that use CipherInformation
org.apache.synapse.securevault   
 

Uses of CipherInformation in org.apache.synapse.securevault
 

Methods in org.apache.synapse.securevault that return CipherInformation
 CipherInformation BaseCipher.getCipherInformation()
           
 

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

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



Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.