public class RC2Parameters : KeyParameter
Public Class RC2Parameters
Inherits KeyParameter
public ref class RC2Parameters : public KeyParameter
Org.BouncyCastle.Crypto.Parameters.RC2Parameters = function();
Type.createClass(
'Org.BouncyCastle.Crypto.Parameters.RC2Parameters',
Org.BouncyCastle.Crypto.Parameters.KeyParameter);
RC2Parameters(Byte) | Initializes a new instance of the RC2Parameters class |
RC2Parameters(Byte, Int32) | Initializes a new instance of the RC2Parameters class |
RC2Parameters(Byte, Int32, Int32) | Initializes a new instance of the RC2Parameters class |
RC2Parameters(Byte, Int32, Int32, Int32) | Initializes a new instance of the RC2Parameters class |
EffectiveKeyBits | |
KeyLength | (Inherited from KeyParameter) |
CopyTo | (Inherited from KeyParameter) |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
GetHashCode | Serves as the default hash function. (Inherited from Object) |
GetKey | (Inherited from KeyParameter) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
Reverse | (Inherited from KeyParameter) |
ToString | Returns a string that represents the current object. (Inherited from Object) |