C# Class lageant.core.Models.Keystore

显示文件 Open project: bitbeans/lageant Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
GetKeyById ( byte id ) : Key
GetKeyByPublicKey ( byte publicKey ) : Key

Method Details

GetKeyById() public method

public GetKeyById ( byte id ) : Key
id byte
return Key

GetKeyByPublicKey() public method

public GetKeyByPublicKey ( byte publicKey ) : Key
publicKey byte
return Key