Interface HashOrBuilder (2.4.5)

  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
Type Description
String

The type.

getTypeBytes()

  public 
  
 abstract 
  
 ByteString 
  
 getTypeBytes 
 () 
 

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

string type = 1;

Returns
Type Description
ByteString

The bytes for type.

getValue()

  public 
  
 abstract 
  
 ByteString 
  
 getValue 
 () 
 

Required. The hash value.

bytes value = 2;

Returns
Type Description
ByteString

The value.

Design a Mobile Site
View Site in Mobile | Classic
Share by: