C# 클래스 EncryptionAlgorithms.SecurityAlgorithm

파일 보기 프로젝트 열기: Omar-Salem/Classical-Encryption-Techniques 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
alphabet int>.Dictionary

공개 메소드들

메소드 설명
Decrypt ( string cipher ) : string
Encrypt ( string plainText ) : string
SecurityAlgorithm ( ) : System

메소드 상세

Decrypt() 공개 추상적인 메소드

public abstract Decrypt ( string cipher ) : string
cipher string
리턴 string

Encrypt() 공개 추상적인 메소드

public abstract Encrypt ( string plainText ) : string
plainText string
리턴 string

SecurityAlgorithm() 공개 메소드

public SecurityAlgorithm ( ) : System
리턴 System

프로퍼티 상세

alphabet 보호되어 있는 프로퍼티

protected Dictionary alphabet
리턴 int>.Dictionary