org.apache.synapse.securevault
Interface DecryptionProvider

All Known Implementing Classes:
AsymmetricCipher, BaseCipher, SymmetricCipher

public interface DecryptionProvider

Provides Decrypt operation


Method Summary
 byte[] decrypt(byte[] cipherText)
          Decrypts input cipher bytes
 

Method Detail

decrypt

byte[] decrypt(byte[] cipherText)
Decrypts input cipher bytes

Parameters:
cipherText - as a byte array
Returns:
plain text as byte array


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