public class RC5Parameters : KeyParameter
Public Class RC5Parameters
Inherits KeyParameter
public ref class RC5Parameters : public KeyParameter
Org.BouncyCastle.Crypto.Parameters.RC5Parameters = function();
Type.createClass(
'Org.BouncyCastle.Crypto.Parameters.RC5Parameters',
Org.BouncyCastle.Crypto.Parameters.KeyParameter);
RC5Parameters | Initializes a new instance of the RC5Parameters class |
KeyLength | (Inherited from KeyParameter) |
Rounds |
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) |