Method | Description | |
---|---|---|
EncryptedKeySet ( IKeySet keySet, |
Initializes a new instance of the EncryptedKeySet class.
|
|
EncryptedKeySet ( string keySetLocation, |
Initializes a new instance of the EncryptedKeySet class.
|
|
GetKeyData ( int version ) : byte[] |
Gets the binary data that the key is stored in.
|
public EncryptedKeySet ( IKeySet keySet, |
||
keySet | IKeySet | The key set. |
crypter | The crypter. | |
return | System.Collections.Generic |
public EncryptedKeySet ( string keySetLocation, |
||
keySetLocation | string | The key set location. |
crypter | The crypter. | |
return | System.Collections.Generic |
public GetKeyData ( int version ) : byte[] | ||
version | int | The version. |
return | byte[] |