C# Класс Keyczar.EncryptedKeySet

Wraps a key set to decrypt it
Наследование: IKeySet
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
EncryptedKeySet ( IKeySet keySet, Crypter crypter ) : System.Collections.Generic

Initializes a new instance of the EncryptedKeySet class.

EncryptedKeySet ( string keySetLocation, Crypter crypter ) : System.Collections.Generic

Initializes a new instance of the EncryptedKeySet class.

GetKeyData ( int version ) : byte[]

Gets the binary data that the key is stored in.

Описание методов

EncryptedKeySet() публичный Метод

Initializes a new instance of the EncryptedKeySet class.
public EncryptedKeySet ( IKeySet keySet, Crypter crypter ) : System.Collections.Generic
keySet IKeySet The key set.
crypter Crypter The crypter.
Результат System.Collections.Generic

EncryptedKeySet() публичный Метод

Initializes a new instance of the EncryptedKeySet class.
public EncryptedKeySet ( string keySetLocation, Crypter crypter ) : System.Collections.Generic
keySetLocation string The key set location.
crypter Crypter The crypter.
Результат System.Collections.Generic

GetKeyData() публичный Метод

Gets the binary data that the key is stored in.
public GetKeyData ( int version ) : byte[]
version int The version.
Результат byte[]