Class WebflowCipherBean

java.lang.Object
org.apereo.cas.web.flow.executor.WebflowCipherBean
All Implemented Interfaces:
org.cryptacular.bean.CipherBean

public class WebflowCipherBean extends Object implements org.cryptacular.bean.CipherBean
Since:
5.3.0
  • Constructor Details

    • WebflowCipherBean

      public WebflowCipherBean(org.apereo.cas.util.crypto.CipherExecutor webflowCipherExecutor)
  • Method Details

    • encrypt

      public byte[] encrypt(byte[] bytes)
      Specified by:
      encrypt in interface org.cryptacular.bean.CipherBean
    • encrypt

      public void encrypt(InputStream inputStream, OutputStream outputStream)
      Specified by:
      encrypt in interface org.cryptacular.bean.CipherBean
    • decrypt

      public byte[] decrypt(byte[] bytes)
      Specified by:
      decrypt in interface org.cryptacular.bean.CipherBean
    • decrypt

      public void decrypt(InputStream inputStream, OutputStream outputStream)
      Specified by:
      decrypt in interface org.cryptacular.bean.CipherBean