Class Base64

  • All Implemented Interfaces:
    ICrypto

    public class Base64
    extends java.lang.Object
    implements ICrypto
    • Constructor Summary

      Constructors 
      Constructor Description
      Base64​(byte[] src)  
      Base64​(ICrypto c)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      byte[] decode()
      decode
      byte[] encode()
      encode
      byte[] getData()
      get data
      ICrypto setData​(byte[] src)
      set data
      • Methods inherited from class java.lang.Object

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

      • Base64

        public Base64​(byte[] src)
      • Base64

        public Base64​(ICrypto c)
    • Method Detail

      • encode

        public byte[] encode()
        Description copied from interface: ICrypto
        encode
        Specified by:
        encode in interface ICrypto
        Returns:
      • decode

        public byte[] decode()
        Description copied from interface: ICrypto
        decode
        Specified by:
        decode in interface ICrypto
        Returns:
      • getData

        public byte[] getData()
        Description copied from interface: ICrypto
        get data
        Specified by:
        getData in interface ICrypto
        Returns:
      • setData

        public ICrypto setData​(byte[] src)
        Description copied from interface: ICrypto
        set data
        Specified by:
        setData in interface ICrypto