C# 클래스 System.Security.Cryptography.DES

상속: SymmetricAlgorithm
파일 보기 프로젝트 열기: dotnet/corefx 1 사용 예제들

공개 메소드들

메소드 설명
Create ( ) : DES
Create ( string algName ) : DES
IsSemiWeakKey ( byte rgbKey ) : bool
IsWeakKey ( byte rgbKey ) : bool

보호된 메소드들

메소드 설명
DES ( ) : Internal.Cryptography

비공개 메소드들

메소드 설명
IsLegalKeySize ( byte rgbKey ) : bool
QuadWordFromBigEndian ( byte block ) : UInt64

메소드 상세

Create() 공개 정적인 메소드

public static Create ( ) : DES
리턴 DES

Create() 공개 정적인 메소드

public static Create ( string algName ) : DES
algName string
리턴 DES

DES() 보호된 메소드

protected DES ( ) : Internal.Cryptography
리턴 Internal.Cryptography

IsSemiWeakKey() 공개 정적인 메소드

public static IsSemiWeakKey ( byte rgbKey ) : bool
rgbKey byte
리턴 bool

IsWeakKey() 공개 정적인 메소드

public static IsWeakKey ( byte rgbKey ) : bool
rgbKey byte
리턴 bool