<class>Hashable</class> is an abstract class providing the means to attach a SHA1 hash value to its subclass instances. More...
Public Member Functions | |
GenerateSHA1Hash (_.Library.String string) | |
Generate a base 64 encoded SHA1 hash of string and store it as the <property>SHA1Hash</property> property. More... | |
GenerateSHA1HashFromStream (_.Stream.Object stream) | |
Generate a base 64 encoded SHA1 hash of the contents of stream and store it as the <property>SHA1Hash</property> property. More... | |
Public Attributes | |
SHA1Hash | |
The SHA1Hash of the object, base 64 encoded. More... | |
<class>Hashable</class> is an abstract class providing the means to attach a SHA1 hash value to its subclass instances.
GenerateSHA1Hash | ( | _.Library.String | string | ) |
Generate a base 64 encoded SHA1 hash of string and store it as the <property>SHA1Hash</property> property.
of this object.
Reimplemented in RoutineComponent.
GenerateSHA1HashFromStream | ( | _.Stream.Object | stream | ) |
Generate a base 64 encoded SHA1 hash of the contents of stream and store it as the <property>SHA1Hash</property> property.
of this object.
SHA1Hash |
The SHA1Hash of the object, base 64 encoded.