C# 클래스 BraintreeEncryption.Library.Aes

파일 보기 프로젝트 열기: braintree/braintree_windows_phone_encryption 1 사용 예제들

공개 메소드들

메소드 설명
Aes ( ) : System
Encrypt ( string dataToEncrypt, byte aesKey ) : string
EncryptWithIv ( string dataToEncrypt, byte aesKey, byte iv ) : string
GenerateIV ( ) : byte[]
GenerateKey ( ) : byte[]

메소드 상세

Aes() 공개 메소드

public Aes ( ) : System
리턴 System

Encrypt() 공개 메소드

public Encrypt ( string dataToEncrypt, byte aesKey ) : string
dataToEncrypt string
aesKey byte
리턴 string

EncryptWithIv() 공개 메소드

public EncryptWithIv ( string dataToEncrypt, byte aesKey, byte iv ) : string
dataToEncrypt string
aesKey byte
iv byte
리턴 string

GenerateIV() 공개 메소드

public GenerateIV ( ) : byte[]
리턴 byte[]

GenerateKey() 공개 메소드

public GenerateKey ( ) : byte[]
리턴 byte[]