Package org.apereo.cas.web.flow.executor
Class WebflowCipherBean
java.lang.Object
org.apereo.cas.web.flow.executor.WebflowCipherBean
- All Implemented Interfaces:
org.cryptacular.bean.CipherBean
This is
WebflowCipherBean.- Since:
- 5.3.0
-
Constructor Summary
ConstructorsConstructorDescriptionWebflowCipherBean(org.apereo.cas.util.crypto.CipherExecutor webflowCipherExecutor) -
Method Summary
Modifier and TypeMethodDescriptionbyte[]decrypt(byte[] bytes) voiddecrypt(InputStream inputStream, OutputStream outputStream) byte[]encrypt(byte[] bytes) voidencrypt(InputStream inputStream, OutputStream outputStream)
-
Constructor Details
-
WebflowCipherBean
public WebflowCipherBean(org.apereo.cas.util.crypto.CipherExecutor webflowCipherExecutor)
-
-
Method Details
-
encrypt
public byte[] encrypt(byte[] bytes) - Specified by:
encryptin interfaceorg.cryptacular.bean.CipherBean
-
encrypt
- Specified by:
encryptin interfaceorg.cryptacular.bean.CipherBean
-
decrypt
public byte[] decrypt(byte[] bytes) - Specified by:
decryptin interfaceorg.cryptacular.bean.CipherBean
-
decrypt
- Specified by:
decryptin interfaceorg.cryptacular.bean.CipherBean
-