WALTER | Workable Algorithms for Location-aware Transmission, Encryption Response

Checksum Members

The Checksum type exposes the following members.

Constructors


  Name Description
Public method Checksum
create and assign a value to a checksum

Methods


  Name Description
Public method Add(Nullable<(Of <<'(Object>)>>))
Add a value
Public method Add<(Of <<'(T>)>>)(T)
Add a value
Public method AsMD5Hash
Generate hash of a given string using MD5 methods generating a 32 character hash string
Public method AsSHAI
Generate hash of a given string using SHAI methods generating a 40 to 128 character hash string depending on method selected
Public method Static member Combine(Nullable<(Of <<'(Object>)>>))
Combine the values into a checksum
Public method Static member Combine(Nullable<(Of <<'(Object>)>>), Nullable<(Of <<'(Object>)>>))
Combine the values into a checksum
Public method Static member Combine(Nullable<(Of <<'(Object>)>>), Nullable<(Of <<'(Object>)>>), Nullable<(Of <<'(Object>)>>))
Combine the values into a checksum
Public method Static member Combine(Nullable<(Of <<'(Object>)>>), Nullable<(Of <<'(Object>)>>), Nullable<(Of <<'(Object>)>>), Nullable<(Of <<'(Object>)>>))
Combine the values into a checksum
Public method Static member Combine(Nullable<(Of <<'(Object>)>>), Nullable<(Of <<'(Object>)>>), Nullable<(Of <<'(Object>)>>), Nullable<(Of <<'(Object>)>>), Nullable<(Of <<'(Object>)>>))
Combine the values into a checksum
Public method Static member Combine(Nullable<(Of <<'(Object>)>>), Nullable<(Of <<'(Object>)>>), Nullable<(Of <<'(Object>)>>), Nullable<(Of <<'(Object>)>>), Nullable<(Of <<'(Object>)>>), Nullable<(Of <<'(Object>)>>))
Combine the values into a checksum
Public method Static member Combine(Nullable<(Of <<'(Object>)>>), Nullable<(Of <<'(Object>)>>), Nullable<(Of <<'(Object>)>>), Nullable<(Of <<'(Object>)>>), Nullable<(Of <<'(Object>)>>), Nullable<(Of <<'(Object>)>>), Nullable<(Of <<'(Object>)>>))
Combine the values into a checksum
Public method Static member Concat(array<String>[]()[][])
get the checksum for the items
Public method Static member Concat<(Of <<'(T>)>>)(array<T>[]()[][])
get the checksum for the items
Public method Equals(Nullable<(Of <<'(Object>)>>))
comparing items
Public method Equals(Checksum)
comparing items
Public method Equals(System.Object) (Inherited from ValueType.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode
get unique hash-code
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString
shows the checksum

Operators


  Name Description
Public operator Static member Equality
compares 1 with the other
Public operator Static member Inequality
compares 1 with the other