12.07.2015 Views

13:45-Intro to Apache Shiro.pdf - ApacheCon

13:45-Intro to Apache Shiro.pdf - ApacheCon

13:45-Intro to Apache Shiro.pdf - ApacheCon

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

<strong>Shiro</strong>’s CipherService Interface public interface CipherService {ByteSource encrypt(byte[] raw,byte[] key);void encrypt(InputStream in,OutputStream out, byte[] key);ByteSource decrypt( byte[] cipherText,byte[] key);}void decrypt(InputStream in,OutputStream out, byte[] key);

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!