C# Class Keyczar.Crypto.DsaPublicKey

The Dsa Public Key
Inheritance: Key, IVerifierKey
Exibir arquivo Open project: jbtule/keyczar-dotnet Class Usage Examples

Private Properties

Property Type Description
GetDigest IDigest

Public Methods

Method Description
GetKeyHash ( ) : byte[]

Gets the key hash.

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
GetDigest ( ) : IDigest

Gets the digest.

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

GetKeyHash() public method

Gets the key hash.
public GetKeyHash ( ) : byte[]
return byte[]

GetVerifyingStream() public method

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