C# Class System.Security.Cryptography.DES

Inheritance: SymmetricAlgorithm
Afficher le fichier Open project: dotnet/corefx Class Usage Examples

Méthodes publiques

Méthode Description
Create ( ) : DES
Create ( string algName ) : DES
IsSemiWeakKey ( byte rgbKey ) : bool
IsWeakKey ( byte rgbKey ) : bool

Méthodes protégées

Méthode Description
DES ( ) : Internal.Cryptography

Private Methods

Méthode Description
IsLegalKeySize ( byte rgbKey ) : bool
QuadWordFromBigEndian ( byte block ) : UInt64

Method Details

Create() public static méthode

public static Create ( ) : DES
Résultat DES

Create() public static méthode

public static Create ( string algName ) : DES
algName string
Résultat DES

DES() protected méthode

protected DES ( ) : Internal.Cryptography
Résultat Internal.Cryptography

IsSemiWeakKey() public static méthode

public static IsSemiWeakKey ( byte rgbKey ) : bool
rgbKey byte
Résultat bool

IsWeakKey() public static méthode

public static IsWeakKey ( byte rgbKey ) : bool
rgbKey byte
Résultat bool