The Cipher type exposes the following members.
Back to Top
Back to Top
Constructors
| Name | Description | |
|---|---|---|
| Cipher | Initializes a new instance of the Cipher class |
Methods
| Name | Description | |
|---|---|---|
| BigEndianToUInt32( Byte ) |
Converts big endian bytes into number.
| |
| BigEndianToUInt32( Byte , Int32) |
Converts big endian bytes into number.
| |
| BigEndianToUInt64( Byte ) |
Converts big endian bytes into number.
| |
| BigEndianToUInt64( Byte , Int32) |
Converts big endian bytes into number.
| |
| Decrypt |
Decrypts the specified input.
| |
| Encrypt |
Encrypts the specified input.
| |
| (Inherited from | ||
Allows an (Inherited from | ||
Serves as a hash function for a particular type. (Inherited from | ||
Gets the (Inherited from | ||
| LittleEndianToUInt32( Byte ) |
Converts little endian bytes into number.
| |
| LittleEndianToUInt32( Byte , Int32) |
Converts little endian bytes into number.
| |
| LittleEndianToUInt64( Byte ) |
Converts little endian bytes into number.
| |
| LittleEndianToUInt64( Byte , Int32) |
Converts little endian bytes into number.
| |
Creates a shallow copy of the current (Inherited from | ||
| (Inherited from | ||
| UInt32ToBigEndian(UInt32, Byte ) |
Populates buffer with big endian number representation.
| |
| UInt32ToBigEndian(UInt32, Byte , Int32) |
Populates buffer with big endian number representation.
| |
| UInt32ToLittleEndian(UInt32, Byte ) |
Populates buffer with little endian number representation.
| |
| UInt32ToLittleEndian(UInt32, Byte , Int32) |
Populates buffer with little endian number representation.
| |
| UInt64ToBigEndian(UInt64, Byte ) |
Populates buffer with big endian number representation.
| |
| UInt64ToBigEndian(UInt64, Byte , Int32) |
Populates buffer with big endian number representation.
| |
| UInt64ToLittleEndian(UInt64, Byte ) |
Populates buffer with little endian number representation.
| |
| UInt64ToLittleEndian(UInt64, Byte , Int32) |
Populates buffer with little endian number representation.
|
See Also