Cast6Engine Class

Definition

Namespace: Org.BouncyCastle.Crypto.Engines
Assembly: BouncyCastle.Cryptography (in BouncyCastle.Cryptography.dll) Version: 2.3.0-beta.187+d6da5648ae
public sealed class Cast6Engine : Cast5Engine
Inheritance
Object    Cast5Engine    Cast6Engine

Constructors

Cast6EngineInitializes a new instance of the Cast6Engine class

Properties

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
GetBlockSize
(Overrides Cast5EngineGetBlockSize)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
Init
(Inherited from Cast5Engine)
ProcessBlock(ReadOnlySpanByte, SpanByte)
(Inherited from Cast5Engine)
ProcessBlock(Byte, Int32, Byte, Int32)
(Inherited from Cast5Engine)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also