C# 클래스 Keyczar.EncryptedKeySet

Wraps a key set to decrypt it
상속: IKeySet
파일 보기 프로젝트 열기: jbtule/keyczar-dotnet 1 사용 예제들

공개 메소드들

메소드 설명
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[]