Java org.apache.shiro.crypto CipherService fields, constructors, methods, implement or subclass

Example usage for Java org.apache.shiro.crypto CipherService fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.shiro.crypto CipherService.

The text is from its open source code.

Method

ByteSourcedecrypt(byte[] encrypted, byte[] decryptionKey)
Decrypts encrypted data via the specified cipher key and returns the original (pre-encrypted) data.
ByteSourceencrypt(byte[] raw, byte[] encryptionKey)
Encrypts data via the specified cipher key.