TripleDesCipher MembersSSH .NET Client Library Documentation

The TripleDesCipher type exposes the following members.
Constructors

  NameDescription
Public methodTripleDesCipher
Initializes a new instance of the TripleDesCipher class.
Back to Top
Methods

  NameDescription
Public methodDecrypt
Decrypts the specified data.
(Inherited from BlockCipher.)
Public methodDecryptBlock
Decrypts the specified region of the input byte array and copies the decrypted data to the specified region of the output byte array.
(Overrides DesCipher DecryptBlock( Byte , Int32, Int32,  Byte , Int32).)
Public methodEncrypt
Encrypts the specified data.
(Inherited from BlockCipher.)
Public methodEncryptBlock
Encrypts the specified region of the input byte array and copies the encrypted data to the specified region of the output byte array.
(Overrides DesCipher EncryptBlock( Byte , Int32, Int32,  Byte , Int32).)
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.)
Protected methodGenerateWorkingKey
Generates the working key.
(Inherited from DesCipher.)
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 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 methodValidateKey
Validates the key.
(Overrides DesCipher ValidateKey .)
Back to Top
Fields

  NameDescription
Protected field_blockSize
Gets the size of the block in bytes.
(Inherited from BlockCipher.)
Back to Top
Properties

  NameDescription
Public propertyBlockSize
Gets the size of the block.
(Inherited from BlockCipher.)
Protected propertyKey
Gets the key.
(Inherited from SymmetricCipher.)
Back to Top
See Also