C# Class Keyczar.FileSystemKeySetWriter

Writes a keyset using the standard storage format
Inheritance: IRootProviderKeySetWriter
Mostrar archivo Open project: jbtule/keyczar-dotnet

Public Methods

Method Description
Creator ( string location, bool overwrite = false ) : Func
Dispose ( ) : void
FileSystemKeySetWriter ( string location, bool overwrite = false ) : System

Initializes a new instance of the FileSystemKeySetWriter class.

Finish ( ) : bool

Finishes this writing of the key.

Private Methods

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

Method Details

Creator() public static method

public static Creator ( string location, bool overwrite = false ) : Func
location string
overwrite bool
return Func

Dispose() public method

public Dispose ( ) : void
return void

FileSystemKeySetWriter() public method

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

Finish() public method

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