C# 클래스 Renci.SshNet.Security.Cryptography.RsaDigitalSignature

Implements RSA digital signature algorithm.
상속: CipherDigitalSignature, IDisposable
파일 보기 프로젝트 열기: sshnet/SSH.NET 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

RsaDigitalSignature ( RsaKey rsaKey ) : System

Initializes a new instance of the RsaDigitalSignature class.

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Releases unmanaged and - optionally - managed resources

Hash ( byte input ) : byte[]

Hashes the specified input.

메소드 상세

Dispose() 공개 메소드

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

Releases unmanaged and - optionally - managed resources
protected Dispose ( bool disposing ) : void
disposing bool true to release both managed and unmanaged resources; false to release only unmanaged resources.
리턴 void

Hash() 보호된 메소드

Hashes the specified input.
protected Hash ( byte input ) : byte[]
input byte The input.
리턴 byte[]

RsaDigitalSignature() 공개 메소드

Initializes a new instance of the RsaDigitalSignature class.
public RsaDigitalSignature ( RsaKey rsaKey ) : System
rsaKey RsaKey The RSA key.
리턴 System