C# Class Keyczar.Crypto.RsaPublicSignKeyBase

Base class for Rsa Key Implementations
Inheritance: Key, IVerifierKey, IRsaPublicKey
Exibir arquivo Open project: jbtule/keyczar-dotnet

Private Properties

Property Type Description
GetSigner ISigner

Public Methods

Method Description
GetVerifyingStream ( ) : VerifyingStream

Gets the verifying stream.

Protected Methods

Method Description
Dispose ( bool disposing ) : void

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

GenerateKey ( int size ) : void

Generates the key.

Private Methods

Method Description
GetSigner ( ) : ISigner

Method Details

Dispose() protected method

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

GenerateKey() protected method

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

GetVerifyingStream() public method

Gets the verifying stream.
public GetVerifyingStream ( ) : VerifyingStream
return VerifyingStream