Class WebflowCipherBean

  • All Implemented Interfaces:
    org.cryptacular.bean.CipherBean

    public class WebflowCipherBean
    extends java.lang.Object
    implements org.cryptacular.bean.CipherBean
    Since:
    5.3.0
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      byte[] decrypt​(byte[] bytes)  
      void decrypt​(java.io.InputStream inputStream, java.io.OutputStream outputStream)  
      byte[] encrypt​(byte[] bytes)  
      void encrypt​(java.io.InputStream inputStream, java.io.OutputStream outputStream)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • WebflowCipherBean

        public WebflowCipherBean()
    • Method Detail

      • encrypt

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

        public void encrypt​(java.io.InputStream inputStream,
                            java.io.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​(java.io.InputStream inputStream,
                            java.io.OutputStream outputStream)
        Specified by:
        decrypt in interface org.cryptacular.bean.CipherBean