C# 클래스 Ouya.Console.Api.CryptoHelper

파일 보기 프로젝트 열기: KonajuGames/ouya-csharp

공개 메소드들

메소드 설명
Decrypt ( string encrypted, string passKey ) : string
Encrypt ( string unencrypted, string passKey ) : string

비공개 메소드들

메소드 설명
Decrypt ( byte buffer, byte vector ) : byte[]
Encrypt ( byte buffer, byte vector ) : byte[]
Transform ( byte buffer, ICryptoTransform transform ) : byte[]

메소드 상세

Decrypt() 공개 정적인 메소드

public static Decrypt ( string encrypted, string passKey ) : string
encrypted string
passKey string
리턴 string

Encrypt() 공개 정적인 메소드

public static Encrypt ( string unencrypted, string passKey ) : string
unencrypted string
passKey string
리턴 string