Overload List
| Name | Description | |
|---|---|---|
| OctetString()()() | Constructor | |
| OctetString(OctetString) | Constructor creating class from values in the supplied class. | |
| OctetString(Byte) |
Constructor. Initialize the class value to a 1 byte array with the supplied value
| |
| OctetString(array<Byte>[]()[]) | Constructs the object and sets the data buffer to the byte array values
| |
| OctetString(String) | Constructs an Octet String with the contents of the supplied string.
|