Class Base64MessageEncoder

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      byte[] decode​(java.lang.String cipherText)  
      java.lang.String encode​(byte[] cipher)  
      • Methods inherited from class java.lang.Object

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

      • Base64MessageEncoder

        public Base64MessageEncoder()
    • Method Detail

      • encode

        public java.lang.String encode​(byte[] cipher)
        Specified by:
        encode in interface MessageEncoder
      • decode

        public byte[] decode​(java.lang.String cipherText)
        Specified by:
        decode in interface MessageEncoder