메소드 | 설명 | |
---|---|---|
BitsToBytes ( int bitLength ) : int | ||
ConvertDerToIeee1363 ( byte input, int inputOffset, int inputCount, int fieldSizeBits ) : byte[] |
Convert Der format of (r, s) to Ieee1363 format
|
|
ConvertIeee1363ToDer ( byte input ) : byte[] |
Convert Ieee1363 format of (r, s) to Der format
|
|
HashData ( Stream data, Internal.Cryptography.HashAlgorithmName hashAlgorithm ) : byte[] | ||
HashData ( byte data, int offset, int count, Internal.Cryptography.HashAlgorithmName hashAlgorithm ) : byte[] |
메소드 | 설명 | |
---|---|---|
CopySignatureField ( byte signatureField, byte response, int offset, int fieldLength ) : void | ||
GetHashAlgorithm ( Internal.Cryptography.HashAlgorithmName hashAlgorithmName ) : |
public static ConvertDerToIeee1363 ( byte input, int inputOffset, int inputCount, int fieldSizeBits ) : byte[] | ||
input | byte | |
inputOffset | int | |
inputCount | int | |
fieldSizeBits | int | |
리턴 | byte[] |
public static ConvertIeee1363ToDer ( byte input ) : byte[] | ||
input | byte | |
리턴 | byte[] |
public static HashData ( Stream data, Internal.Cryptography.HashAlgorithmName hashAlgorithm ) : byte[] | ||
data | Stream | |
hashAlgorithm | Internal.Cryptography.HashAlgorithmName | |
리턴 | byte[] |
public static HashData ( byte data, int offset, int count, Internal.Cryptography.HashAlgorithmName hashAlgorithm ) : byte[] | ||
data | byte | |
offset | int | |
count | int | |
hashAlgorithm | Internal.Cryptography.HashAlgorithmName | |
리턴 | byte[] |