C# 클래스 Library.Security.Rsa2048_Sha256

파일 보기 프로젝트 열기: Alliance-Network/Library 1 사용 예제들

공개 메소드들

메소드 설명
CreateKeys ( byte &publicKey, byte &privateKey ) : void
Sign ( byte privateKey, Stream stream ) : byte[]
Verify ( byte publicKey, byte signature, Stream stream ) : bool

메소드 상세

CreateKeys() 공개 정적인 메소드

public static CreateKeys ( byte &publicKey, byte &privateKey ) : void
publicKey byte
privateKey byte
리턴 void

Sign() 공개 정적인 메소드

public static Sign ( byte privateKey, Stream stream ) : byte[]
privateKey byte
stream Stream
리턴 byte[]

Verify() 공개 정적인 메소드

public static Verify ( byte publicKey, byte signature, Stream stream ) : bool
publicKey byte
signature byte
stream Stream
리턴 bool