C# Class Keyczar.KeySetWriter

Writes a keyset using the standard storage format
Inheritance: IKeySetWriter
Exibir arquivo Open project: jbtule/keyczar-dotnet Class Usage Examples

Public Methods

Method Description
Finish ( ) : bool

Finishes this writing of the key.

KeySetWriter ( string location, bool overwrite = false ) : System

Initializes a new instance of the KeySetWriter class.

Private Methods

Method Description
CreateDir ( ) : void
Write ( KeyMetadata metadata ) : void
Write ( byte keyData, int version ) : void

Method Details

Finish() public method

Finishes this writing of the key.
public Finish ( ) : bool
return bool

KeySetWriter() public method

Initializes a new instance of the KeySetWriter class.
public KeySetWriter ( string location, bool overwrite = false ) : System
location string The location.
overwrite bool if set to true [overwrite].
return System