package saker.nest.bundle.storage
Contains information abount a bundle upload operation.
The interface represents a data container.
This interface is not to be implemented by clients.
public byte[] | Gets the MD5 hash of the uploaded bundle bytes. |
public byte[] | Gets the SHA256 hash of the uploaded bundle bytes. |
Gets the MD5 hash of the uploaded bundle bytes.
The MD5 hash. The returned array may or may not be copied.
Gets the SHA256 hash of the uploaded bundle bytes.
The SHA256 hash. The returned array may or may not be copied.