Interface HashOrBuilder (2.42.0)

public interface HashOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getType()

public abstract String getType()

Required. The type of hash that was performed, e.g. "SHA-256".

string type = 1;

Returns
TypeDescription
String

The type.

getTypeBytes()

public abstract ByteString getTypeBytes()

Required. The type of hash that was performed, e.g. "SHA-256".

string type = 1;

Returns
TypeDescription
ByteString

The bytes for type.

getValue()

public abstract ByteString getValue()

Required. The hash value.

bytes value = 2;

Returns
TypeDescription
ByteString

The value.