C# 클래스 Keyczar.Crypto.RsaPublicSignKeyBase

Base class for Rsa Key Implementations
상속: Key, IVerifierKey, IRsaPublicKey
파일 보기 프로젝트 열기: jbtule/keyczar-dotnet

Private Properties

프로퍼티 타입 설명
GetSigner ISigner

공개 메소드들

메소드 설명
GetVerifyingStream ( ) : VerifyingStream

Gets the verifying stream.

보호된 메소드들

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

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

GenerateKey ( int size ) : void

Generates the key.

비공개 메소드들

메소드 설명
GetSigner ( ) : ISigner

메소드 상세

Dispose() 보호된 메소드

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

GenerateKey() 보호된 메소드

Generates the key.
protected GenerateKey ( int size ) : void
size int The size.
리턴 void

GetVerifyingStream() 공개 메소드

Gets the verifying stream.
public GetVerifyingStream ( ) : VerifyingStream
리턴 VerifyingStream