Uses of Class
org.apache.synapse.securevault.BaseCipher

Packages that use BaseCipher
org.apache.synapse.securevault   
 

Uses of BaseCipher in org.apache.synapse.securevault
 

Subclasses of BaseCipher in org.apache.synapse.securevault
 class AsymmetricCipher
          The Cipher doing asymmetric cryptographic operations
 class SymmetricCipher
          The Cipher doing symmetric cryptographic operations Uses default key when these is no SecretKey
 

Methods in org.apache.synapse.securevault that return BaseCipher
static BaseCipher CipherFactory.createCipher(CipherInformation cipherInformation, Key key)
           
static BaseCipher CipherFactory.createCipher(CipherInformation cipherInformation, KeyStoreInformation keystoreInformation)
           
static BaseCipher CipherFactory.createCipher(CipherInformation cipherInformation, KeyStoreWrapper keyStoreWrapper)
           
 



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