org.broadleafcommerce.common.encryption
Interface EncryptionModule

All Known Implementing Classes:
PassthroughEncryptionModule

public interface EncryptionModule


Method Summary
 String decrypt(String cipherText)
           
 String encrypt(String plainText)
           
 

Method Detail

encrypt

String encrypt(String plainText)

decrypt

String decrypt(String cipherText)


Copyright © 2012. All Rights Reserved.