public sealed class Cast6Engine : Cast5Engine
Public NotInheritable Class Cast6Engine
Inherits Cast5Engine
public ref class Cast6Engine sealed : public Cast5Engine
Org.BouncyCastle.Crypto.Engines.Cast6Engine = function();
Type.createClass(
'Org.BouncyCastle.Crypto.Engines.Cast6Engine',
Org.BouncyCastle.Crypto.Engines.Cast5Engine);
Cast6Engine | Initializes a new instance of the Cast6Engine class |
AlgorithmName | (Overrides Cast5EngineAlgorithmName) |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetBlockSize | (Overrides Cast5EngineGetBlockSize) |
GetHashCode | Serves as the default hash function. (Inherited from Object) |
GetType | Gets 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) |
ToString | Returns a string that represents the current object. (Inherited from Object) |