Interface Base64Facade

All Known Implementing Classes:
Base64Java

public interface Base64Facade
  • Method Summary

    Modifier and Type
    Method
    Description
    byte[]
    decode(String cipherText)
     
    encode(byte[] cipher)
     
  • Method Details

    • encode

      String encode(byte[] cipher)
    • decode

      byte[] decode(String cipherText)