C# 클래스 Granados.PKI.RSAPublicKey

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

공개 메소드들

메소드 설명
RSAPublicKey ( BigInteger exp, BigInteger mod ) : System
Verify ( byte data, byte expected ) : void
VerifyWithSHA1 ( byte data, byte expected ) : void
WriteTo ( IKeyWriter writer ) : void

비공개 메소드들

메소드 설명
ReadFrom ( Granados.IO.SSH2.SSH2DataReader reader ) : RSAPublicKey
VerifyBI ( byte data ) : BigInteger

메소드 상세

RSAPublicKey() 공개 메소드

public RSAPublicKey ( BigInteger exp, BigInteger mod ) : System
exp Granados.Mono.Math.BigInteger
mod Granados.Mono.Math.BigInteger
리턴 System

Verify() 공개 메소드

public Verify ( byte data, byte expected ) : void
data byte
expected byte
리턴 void

VerifyWithSHA1() 공개 메소드

public VerifyWithSHA1 ( byte data, byte expected ) : void
data byte
expected byte
리턴 void

WriteTo() 공개 메소드

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