org.tinygroup.weblayer.webcontext.session.encrypter
接口 Encrypter

所有已知实现类:
AbstractJceEncrypter, AesEncrypter

public interface Encrypter

加密器。

作者:
renhui

方法摘要
 byte[] decrypt(byte[] cryptotext)
           
 byte[] encrypt(byte[] plaintext)
           
 

方法详细信息

encrypt

byte[] encrypt(byte[] plaintext)
               throws SessionEncrypterException
抛出:
SessionEncrypterException

decrypt

byte[] decrypt(byte[] cryptotext)
               throws SessionEncrypterException
抛出:
SessionEncrypterException


Copyright © 2006–2013 开源组织. All rights reserved.