C# 클래스 BraintreeEncryption.Library.BouncyCastle.Util.Arrays

General array utilities.
파일 보기 프로젝트 열기: braintree/braintree_windows_phone_encryption

공개 메소드들

메소드 설명
AreEqual ( bool a, bool b ) : bool
AreEqual ( byte a, byte b ) : bool

Are two arrays equal.

AreEqual ( char a, char b ) : bool
AreEqual ( int a, int b ) : bool
Clone ( byte data ) : byte[]
Clone ( int data ) : int[]
ConstantTimeAreEqual ( byte a, byte b ) : bool

A constant time equals comparison - does not terminate early if test will fail.

GetHashCode ( byte data ) : int
ToString ( object a ) : string

비공개 메소드들

메소드 설명
AreSame ( byte a, byte b ) : bool
Arrays ( ) : System
HaveSameContents ( bool a, bool b ) : bool
HaveSameContents ( byte a, byte b ) : bool
HaveSameContents ( char a, char b ) : bool
HaveSameContents ( int a, int b ) : bool

메소드 상세

AreEqual() 공개 정적인 메소드

public static AreEqual ( bool a, bool b ) : bool
a bool
b bool
리턴 bool

AreEqual() 공개 정적인 메소드

Are two arrays equal.
public static AreEqual ( byte a, byte b ) : bool
a byte Left side.
b byte Right side.
리턴 bool

AreEqual() 공개 정적인 메소드

public static AreEqual ( char a, char b ) : bool
a char
b char
리턴 bool

AreEqual() 공개 정적인 메소드

public static AreEqual ( int a, int b ) : bool
a int
b int
리턴 bool

Clone() 공개 정적인 메소드

public static Clone ( byte data ) : byte[]
data byte
리턴 byte[]

Clone() 공개 정적인 메소드

public static Clone ( int data ) : int[]
data int
리턴 int[]

ConstantTimeAreEqual() 공개 정적인 메소드

A constant time equals comparison - does not terminate early if test will fail.
public static ConstantTimeAreEqual ( byte a, byte b ) : bool
a byte first array
b byte second array
리턴 bool

GetHashCode() 공개 정적인 메소드

public static GetHashCode ( byte data ) : int
data byte
리턴 int

ToString() 공개 정적인 메소드

public static ToString ( object a ) : string
a object
리턴 string