Package io.minio

Class Checksum.MD5

java.lang.Object
io.minio.Checksum.MD5
All Implemented Interfaces:
Checksum.Hasher
Enclosing class:
Checksum

public static class Checksum.MD5 extends Object implements Checksum.Hasher
  • Constructor Summary

    Constructors
    Constructor
    Description
    MD5()
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Resets the hasher for further use.
    byte[]
    sum()
    Completes the hash computation by performing final operations such as padding.
    static byte[]
    sum(byte[] b)
     
    static byte[]
    sum(byte[] b, int off, int len)
     
     
    void
    update(byte[] b)
     
    void
    update(byte[] b, int off, int len)
    Updates len bytes from the specified byte array starting at offset off to this hasher.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait