Class Md5

  • All Implemented Interfaces:
    ICrypto

    @Accessors
    public class Md5
    extends java.lang.Object
    implements ICrypto
    • Constructor Summary

      Constructors 
      Constructor Description
      Md5​(byte[] data)  
    • 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

      • Md5

        public Md5​(byte[] data)
    • Method Detail

      • decode

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

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

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

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