C# Class System.Security.Cryptography.DES

Inheritance: SymmetricAlgorithm
Datei anzeigen Open project: dotnet/corefx Class Usage Examples

Public Methods

Method Description
Create ( ) : DES
Create ( string algName ) : DES
IsSemiWeakKey ( byte rgbKey ) : bool
IsWeakKey ( byte rgbKey ) : bool

Protected Methods

Method Description
DES ( ) : Internal.Cryptography

Private Methods

Method Description
IsLegalKeySize ( byte rgbKey ) : bool
QuadWordFromBigEndian ( byte block ) : UInt64

Method Details

Create() public static method

public static Create ( ) : DES
return DES

Create() public static method

public static Create ( string algName ) : DES
algName string
return DES

DES() protected method

protected DES ( ) : Internal.Cryptography
return Internal.Cryptography

IsSemiWeakKey() public static method

public static IsSemiWeakKey ( byte rgbKey ) : bool
rgbKey byte
return bool

IsWeakKey() public static method

public static IsWeakKey ( byte rgbKey ) : bool
rgbKey byte
return bool