The OmacFactory..::..Omac type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | OmacFactory..::..Omac |
OMAC constructor.
|
Methods
Name | Description | |
---|---|---|
![]() | Append(Byte) |
Append one byte of data to OMAC.
|
![]() | Append(array<Byte>[]()[][]) |
Append bytes to OMAC.
|
![]() | Append(array<Byte>[]()[][], Int32, Int32) |
Append len bytes of data to OMAC starting at start.
|
![]() | End |
End OMAC calculation.
|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | Start |
(Re)Start OMAC.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |