Package io.minio

Class Checksum.SHA256

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

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

    Constructors
    Constructor
    Description
     
  • 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)
     
    static byte[]
    sum(String value)
     
     
    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