C# Class Keyczar.KeySet

standard key set
Inheritance: IKeySet
Mostrar archivo Open project: jbtule/keyczar-dotnet Class Usage Examples

Public Methods

Method Description
GetKeyData ( int version ) : byte[]

Gets the binary data that the key is stored in.

KeySet ( string keySetLocation ) : System.Collections.Generic

Initializes a new instance of the KeySet class.

Method Details

GetKeyData() public method

Gets the binary data that the key is stored in.
public GetKeyData ( int version ) : byte[]
version int The version.
return byte[]

KeySet() public method

Initializes a new instance of the KeySet class.
public KeySet ( string keySetLocation ) : System.Collections.Generic
keySetLocation string The key set location.
return System.Collections.Generic