프로퍼티 | 타입 | 설명 | |
---|---|---|---|
DefaultEncoding |
메소드 | 설명 | |
---|---|---|
AddLength ( int len ) : byte[] | ||
AddTimeFromBcd ( byte blockData, int index, int &outIndex, System.DateTime dtToAdd ) : System.DateTime | ||
ByteArrayToHex ( byte bytesArray, int offset, int len ) : int | ||
ByteArrayToString ( byte bytesArray, int offset, int len ) : string | ||
BytesToHexString ( List |
||
CalculateLRC ( List |
||
ConvertBcdToInt ( byte bytesBCD, int offset, int len ) : int | ||
ConvertBytesToDate ( byte bytesBCD, int offset ) : System.DateTime | ||
ConvertBytesToTime ( byte bytesBCD, int offset ) : System.DateTime | ||
ConvertDecimalToBCD ( decimal value, int decimalCnt ) : byte[] | ||
ConvertIntToBCD ( int value, int bcdLen ) : byte[] | ||
ConvertIpToBcd ( String idAddress ) : byte[] | ||
Create3DESKey ( ) : byte[] | ||
DecryptTriple ( byte data, int len, byte tripleKey ) : byte[] | ||
EncryptRSA ( byte rsaModulus, byte exponent, byte data ) : byte[] | ||
EncryptTriple ( byte data, int len, byte tripleKey ) : byte[] | ||
GetBytesFromOffset ( byte bytesArray, int offset, int len ) : byte[] | ||
GetDateFromBcd ( byte blockData, int index, int &outIndex ) : System.DateTime | ||
GetDateInBytes ( System.DateTime date ) : byte[] | ||
GetDateTimeInBytes ( System.DateTime date ) : byte[] | ||
GetLength ( byte msgBytes, int offset, int &outIndex ) : int | ||
GetString ( byte bytesArray, int index, int &outIndex, |
||
GetTag ( byte bytesArray, int offset, int &outOffset ) : int | ||
GetTimeInBytes ( System.DateTime time ) : byte[] | ||
HexStringToBytes ( string strBytes ) : List |
||
HexToByteArray ( int hexNum ) : byte[] | ||
VerifyRSA ( byte rsaModulus, byte exponent, byte data, byte sign ) : bool |
메소드 | 설명 | |
---|---|---|
FixTurkish ( string str ) : string | ||
GetTripleDESProvider ( byte tripleKey ) : |
public static AddTimeFromBcd ( byte blockData, int index, int &outIndex, System.DateTime dtToAdd ) : System.DateTime | ||
blockData | byte | |
index | int | |
outIndex | int | |
dtToAdd | System.DateTime | |
리턴 | System.DateTime |
public static ByteArrayToHex ( byte bytesArray, int offset, int len ) : int | ||
bytesArray | byte | |
offset | int | |
len | int | |
리턴 | int |
public static ByteArrayToString ( byte bytesArray, int offset, int len ) : string | ||
bytesArray | byte | |
offset | int | |
len | int | |
리턴 | string |
public static BytesToHexString ( List |
||
bytesArr | List |
|
리턴 | string |
public static CalculateLRC ( List |
||
reqPacket | List |
|
리턴 | byte |
public static ConvertBcdToInt ( byte bytesBCD, int offset, int len ) : int | ||
bytesBCD | byte | |
offset | int | |
len | int | |
리턴 | int |
public static ConvertBytesToDate ( byte bytesBCD, int offset ) : System.DateTime | ||
bytesBCD | byte | |
offset | int | |
리턴 | System.DateTime |
public static ConvertBytesToTime ( byte bytesBCD, int offset ) : System.DateTime | ||
bytesBCD | byte | |
offset | int | |
리턴 | System.DateTime |
public static ConvertDecimalToBCD ( decimal value, int decimalCnt ) : byte[] | ||
value | decimal | |
decimalCnt | int | |
리턴 | byte[] |
public static ConvertIntToBCD ( int value, int bcdLen ) : byte[] | ||
value | int | |
bcdLen | int | |
리턴 | byte[] |
public static ConvertIpToBcd ( String idAddress ) : byte[] | ||
idAddress | String | |
리턴 | byte[] |
public static DecryptTriple ( byte data, int len, byte tripleKey ) : byte[] | ||
data | byte | |
len | int | |
tripleKey | byte | |
리턴 | byte[] |
public static EncryptRSA ( byte rsaModulus, byte exponent, byte data ) : byte[] | ||
rsaModulus | byte | |
exponent | byte | |
data | byte | |
리턴 | byte[] |
public static EncryptTriple ( byte data, int len, byte tripleKey ) : byte[] | ||
data | byte | |
len | int | |
tripleKey | byte | |
리턴 | byte[] |
public static GetBytesFromOffset ( byte bytesArray, int offset, int len ) : byte[] | ||
bytesArray | byte | |
offset | int | |
len | int | |
리턴 | byte[] |
public static GetDateFromBcd ( byte blockData, int index, int &outIndex ) : System.DateTime | ||
blockData | byte | |
index | int | |
outIndex | int | |
리턴 | System.DateTime |
public static GetDateInBytes ( System.DateTime date ) : byte[] | ||
date | System.DateTime | |
리턴 | byte[] |
public static GetDateTimeInBytes ( System.DateTime date ) : byte[] | ||
date | System.DateTime | |
리턴 | byte[] |
public static GetLength ( byte msgBytes, int offset, int &outIndex ) : int | ||
msgBytes | byte | |
offset | int | |
outIndex | int | |
리턴 | int |
public static GetString ( byte bytesArray, int index, int &outIndex, |
||
bytesArray | byte | |
index | int | |
outIndex | int | |
encoding | ||
리턴 | string |
public static GetTag ( byte bytesArray, int offset, int &outOffset ) : int | ||
bytesArray | byte | |
offset | int | |
outOffset | int | |
리턴 | int |
public static GetTimeInBytes ( System.DateTime time ) : byte[] | ||
time | System.DateTime | |
리턴 | byte[] |
public static HexStringToBytes ( string strBytes ) : List |
||
strBytes | string | |
리턴 | List |
public static HexToByteArray ( int hexNum ) : byte[] | ||
hexNum | int | |
리턴 | byte[] |
public static VerifyRSA ( byte rsaModulus, byte exponent, byte data, byte sign ) : bool | ||
rsaModulus | byte | |
exponent | byte | |
data | byte | |
sign | byte | |
리턴 | bool |