Cipher MethodsSSH .NET Client Library Documentation
The Cipher type exposes the following members.
Methods

  NameDescription
Protected methodStatic memberBigEndianToUInt32( Byte )
Converts big endian bytes into number.
Protected methodStatic memberBigEndianToUInt32( Byte , Int32)
Converts big endian bytes into number.
Protected methodStatic memberBigEndianToUInt64( Byte )
Converts big endian bytes into number.
Protected methodStatic memberBigEndianToUInt64( Byte , Int32)
Converts big endian bytes into number.
Public methodDecrypt
Decrypts the specified input.
Public methodEncrypt
Encrypts the specified input.
Public methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Protected methodOnlineFinalize
Allows an OnlineObject to attempt to free resources and perform other cleanup operations before the OnlineObject is reclaimed by garbage collection.
(Inherited from OnlineObject.)
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Protected methodStatic memberLittleEndianToUInt32( Byte )
Converts little endian bytes into number.
Protected methodStatic memberLittleEndianToUInt32( Byte , Int32)
Converts little endian bytes into number.
Protected methodStatic memberLittleEndianToUInt64( Byte )
Converts little endian bytes into number.
Protected methodStatic memberLittleEndianToUInt64( Byte , Int32)
Converts little endian bytes into number.
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Public methodOnlineToString
Returns a OnlineString that represents the current OnlineObject.
(Inherited from OnlineObject.)
Protected methodStatic memberUInt32ToBigEndian(UInt32,  Byte )
Populates buffer with big endian number representation.
Protected methodStatic memberUInt32ToBigEndian(UInt32,  Byte , Int32)
Populates buffer with big endian number representation.
Protected methodStatic memberUInt32ToLittleEndian(UInt32,  Byte )
Populates buffer with little endian number representation.
Protected methodStatic memberUInt32ToLittleEndian(UInt32,  Byte , Int32)
Populates buffer with little endian number representation.
Protected methodStatic memberUInt64ToBigEndian(UInt64,  Byte )
Populates buffer with big endian number representation.
Protected methodStatic memberUInt64ToBigEndian(UInt64,  Byte , Int32)
Populates buffer with big endian number representation.
Protected methodStatic memberUInt64ToLittleEndian(UInt64,  Byte )
Populates buffer with little endian number representation.
Protected methodStatic memberUInt64ToLittleEndian(UInt64,  Byte , Int32)
Populates buffer with little endian number representation.
Back to Top
See Also