C# Class Keyczar.Crypto.DsaPublicKey

The Dsa Public Key
Inheritance: Key, IVerifierKey
Afficher le fichier Open project: jbtule/keyczar-dotnet Class Usage Examples

Private Properties

Свойство Type Description
GetDigest IDigest

Méthodes publiques

Méthode Description
GetKeyHash ( ) : byte[]

Gets the key hash.

GetVerifyingStream ( ) : VerifyingStream

Gets the verifying stream.

Méthodes protégées

Méthode 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

Méthode Description
GetDigest ( ) : IDigest

Gets the digest.

Method Details

Dispose() protected méthode

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

GenerateKey() protected méthode

Generates the key.
protected GenerateKey ( int size ) : void
size int The size.
Résultat void

GetKeyHash() public méthode

Gets the key hash.
public GetKeyHash ( ) : byte[]
Résultat byte[]

GetVerifyingStream() public méthode

Gets the verifying stream.
public GetVerifyingStream ( ) : VerifyingStream
Résultat VerifyingStream