plebble
us.gov.crypto.ripemd160.hash_t Class Reference

Public Member Functions

 hash_t ()
 
 hash_t (int zero)
 
 hash_t (byte[] v)
 
void zero ()
 
String encode ()
 
boolean equals (hash_t other)
 

Static Public Member Functions

static hash_t decode (String b58)
 

Public Attributes

byte[] value
 

Constructor & Destructor Documentation

◆ hash_t() [1/3]

us.gov.crypto.ripemd160.hash_t.hash_t ( )
inline

References us.gov.crypto.ripemd160.hash_t.value.

Referenced by us.gov.crypto.ripemd160.hash_t.decode().

Here is the caller graph for this function:

◆ hash_t() [2/3]

us.gov.crypto.ripemd160.hash_t.hash_t ( int  zero)
inline

References us.gov.crypto.ripemd160.hash_t.value, and us.gov.crypto.ripemd160.hash_t.zero().

Here is the call graph for this function:

◆ hash_t() [3/3]

us.gov.crypto.ripemd160.hash_t.hash_t ( byte[]  v)
inline

Member Function Documentation

◆ decode()

static hash_t us.gov.crypto.ripemd160.hash_t.decode ( String  b58)
inlinestatic

References us.gov.crypto.base58.decode(), and us.gov.crypto.ripemd160.hash_t.hash_t().

Referenced by us.wallet.cli.hmi.req_file(), and us.wallet.cli.hmi.rm_f().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ encode()

String us.gov.crypto.ripemd160.hash_t.encode ( )
inline

References us.gov.crypto.base58.encode(), and us.gov.crypto.ripemd160.hash_t.value.

Referenced by us.wallet.api_stream_parseable.write().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ equals()

boolean us.gov.crypto.ripemd160.hash_t.equals ( hash_t  other)
inline

References us.gov.crypto.ripemd160.hash_t.value.

Referenced by main.check().

Here is the caller graph for this function:

◆ zero()

void us.gov.crypto.ripemd160.hash_t.zero ( )
inline

References us.gov.crypto.ripemd160.hash_t.value.

Referenced by us.gov.crypto.ripemd160.hash_t.hash_t().

Here is the caller graph for this function:

Member Data Documentation

◆ value


The documentation for this class was generated from the following file: