C# 클래스 Granados.PKI.EDDSAPublicKey

EDDSA public key
상속: PublicKey
파일 보기 프로젝트 열기: poderosaproject/poderosa 1 사용 예제들

공개 메소드들

메소드 설명
EDDSAPublicKey ( EdwardsCurve curve, byte publicKey ) : System

Constructor

Verify ( byte signature, byte data ) : void

Verifies signature with this public key

WriteTo ( IKeyWriter writer ) : void

비공개 메소드들

메소드 설명
ReadFrom ( PublicKeyAlgorithm algorithm, Granados.IO.SSH2.SSH2DataReader reader ) : EDDSAPublicKey

메소드 상세

EDDSAPublicKey() 공개 메소드

Constructor
public EDDSAPublicKey ( EdwardsCurve curve, byte publicKey ) : System
curve EdwardsCurve curve
publicKey byte public key
리턴 System

Verify() 공개 메소드

Verifies signature with this public key
verification failure
public Verify ( byte signature, byte data ) : void
signature byte signature
data byte data
리턴 void

WriteTo() 공개 메소드

public WriteTo ( IKeyWriter writer ) : void
writer IKeyWriter
리턴 void