C# Class Keyczar.Crypto.RsaPublicSignKeyBase

Base class for Rsa Key Implementations
Inheritance: Key, IVerifierKey, IRsaPublicKey
Afficher le fichier Open project: jbtule/keyczar-dotnet

Private Properties

Свойство Type Description
GetSigner ISigner

Méthodes publiques

Méthode Description
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
GetSigner ( ) : ISigner

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

GetVerifyingStream() public méthode

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