메소드 | 설명 | |
---|---|---|
Hash ( byte data, SigningAlgorithm algorithm ) : byte[] | ||
Sign ( byte data, SigningAlgorithm algorithm ) : byte[] |
메소드 | 설명 | |
---|---|---|
Create ( [ privateKey ) : IPrivateKeySigner | ||
GetHash ( SigningAlgorithm algorithm ) : |
||
GetHashName ( SigningAlgorithm algorithm ) : string | ||
LoadFromFile ( [ path ) : IPrivateKeySigner | ||
PrivateKeySigner ( [ privateKey ) : System |
public Hash ( byte data, SigningAlgorithm algorithm ) : byte[] | ||
data | byte | |
algorithm | SigningAlgorithm | |
리턴 | byte[] |
public Sign ( byte data, SigningAlgorithm algorithm ) : byte[] | ||
data | byte | |
algorithm | SigningAlgorithm | |
리턴 | byte[] |