C# 클래스 TwitNetBuilder.Util.Encryption.SimpleAES

파일 보기 프로젝트 열기: jesusspork/TwitNet

공개 프로퍼티들

프로퍼티 타입 설명
Key byte[]

공개 메소드들

메소드 설명
ByteArrToString ( byte byteArr ) : string
Decrypt ( byte EncryptedValue ) : string
DecryptString ( string EncryptedString ) : string
Encrypt ( string TextValue ) : byte[]
EncryptToString ( string TextValue ) : string
GenerateEncryptionKey ( ) : byte[]
GenerateEncryptionVector ( ) : byte[]
SimpleAES ( ) : System

AES Class

StrToByteArray ( string str ) : byte[]

비공개 메소드들

메소드 설명
getRandNum ( int length ) : string

Return a string of random chars

메소드 상세

ByteArrToString() 공개 메소드

public ByteArrToString ( byte byteArr ) : string
byteArr byte
리턴 string

Decrypt() 공개 메소드

public Decrypt ( byte EncryptedValue ) : string
EncryptedValue byte
리턴 string

DecryptString() 공개 메소드

public DecryptString ( string EncryptedString ) : string
EncryptedString string
리턴 string

Encrypt() 공개 메소드

public Encrypt ( string TextValue ) : byte[]
TextValue string
리턴 byte[]

EncryptToString() 공개 메소드

public EncryptToString ( string TextValue ) : string
TextValue string
리턴 string

GenerateEncryptionKey() 공개 정적인 메소드

public static GenerateEncryptionKey ( ) : byte[]
리턴 byte[]

GenerateEncryptionVector() 공개 정적인 메소드

public static GenerateEncryptionVector ( ) : byte[]
리턴 byte[]

SimpleAES() 공개 메소드

AES Class
public SimpleAES ( ) : System
리턴 System

StrToByteArray() 공개 메소드

public StrToByteArray ( string str ) : byte[]
str string
리턴 byte[]

프로퍼티 상세

Key 공개적으로 프로퍼티

public byte[] Key
리턴 byte[]