Class DesEdeParameters
- Namespace
- Org.BouncyCastle.Crypto.Parameters
- Assembly
- BouncyCastle.Cryptography.dll
public class DesEdeParameters : DesParameters, ICipherParameters
- Inheritance
-
DesEdeParameters
- Implements
-
- Inherited Members
-
Constructors
DesEdeParameters(byte[])
public DesEdeParameters(byte[] key)
Parameters
key byte[]
DesEdeParameters(byte[], int, int)
public DesEdeParameters(byte[] key, int keyOff, int keyLen)
Parameters
key byte[]
keyOff int
keyLen int
Fields
DesEdeKeyLength
public const int DesEdeKeyLength = 24
Field Value
- int
Methods
IsReal2Key(byte[], int)
public static bool IsReal2Key(byte[] key, int offset)
Parameters
key byte[]
offset int
Returns
- bool
IsReal2Key(ReadOnlySpan<byte>)
public static bool IsReal2Key(ReadOnlySpan<byte> key)
Parameters
key ReadOnlySpan<byte>
Returns
- bool
IsReal3Key(byte[], int)
public static bool IsReal3Key(byte[] key, int offset)
Parameters
key byte[]
offset int
Returns
- bool
IsReal3Key(ReadOnlySpan<byte>)
public static bool IsReal3Key(ReadOnlySpan<byte> key)
Parameters
key ReadOnlySpan<byte>
Returns
- bool
IsRealEdeKey(byte[], int)
public static bool IsRealEdeKey(byte[] key, int offset)
Parameters
key byte[]
offset int
Returns
- bool
IsRealEdeKey(ReadOnlySpan<byte>)
public static bool IsRealEdeKey(ReadOnlySpan<byte> key)
Parameters
key ReadOnlySpan<byte>
Returns
- bool
IsWeakKey(byte[])
public static bool IsWeakKey(byte[] key)
Parameters
key byte[]
Returns
- bool
IsWeakKey(byte[], int)
public static bool IsWeakKey(byte[] key, int offset)
Parameters
key byte[]
offset int
Returns
- bool
IsWeakKey(byte[], int, int)
public static bool IsWeakKey(byte[] key, int offset, int length)
Parameters
key byte[]
offset int
length int
Returns
- bool
IsWeakKey(ReadOnlySpan<byte>)
public static bool IsWeakKey(ReadOnlySpan<byte> key)
Parameters
key ReadOnlySpan<byte>
Returns
- bool