public interface Encrypter
byte[] encrypt(byte[] plaintext)
throws SessionEncrypterException
byte[] decrypt(byte[] cryptotext)
throws SessionEncrypterException
Copyright © 2006-2013 开源组织. All Rights Reserved.