public class DesParameters : KeyParameter
Public Class DesParameters
Inherits KeyParameter
public ref class DesParameters : public KeyParameter
Org.BouncyCastle.Crypto.Parameters.DesParameters = function();
Type.createClass(
'Org.BouncyCastle.Crypto.Parameters.DesParameters',
Org.BouncyCastle.Crypto.Parameters.KeyParameter);
DesParameters(Byte) | Initializes a new instance of the DesParameters class |
DesParameters(Byte, Int32, Int32) | Initializes a new instance of the DesParameters class |
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) |
IsWeakKey(Byte) | |
IsWeakKey(ReadOnlySpanByte) | |
IsWeakKey(Byte, Int32) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
Reverse | (Inherited from KeyParameter) |
SetOddParity(Byte) | |
SetOddParity(Byte) | |
SetOddParity(SpanByte) | |
SetOddParity(Byte, Int32, Int32) | |
ToString | Returns a string that represents the current object. (Inherited from Object) |