C# Class MoreNote.Models.DTO.Leanote.ApiRequest.DigitalEnvelope

Datei anzeigen Open project: hyfree/MoreNote

Public Methods

Method Description
FromJSON ( string json ) : DigitalEnvelope
GetPayLoadDTO ( GMService gMService, string priKey ) : MoreNote.Models.DTO.Leanote.ApiRequest.PayLoadDTO
GetPayLoadSM3 ( GMService gMService, string priKey ) : string
GetPayLoadValue ( GMService gMService, string priKey ) : string
ToJson ( ) : string
getSM4Key ( GMService gMService, string priKey ) : string

Method Details

FromJSON() public static method

public static FromJSON ( string json ) : DigitalEnvelope
json string
return DigitalEnvelope

GetPayLoadDTO() public method

public GetPayLoadDTO ( GMService gMService, string priKey ) : MoreNote.Models.DTO.Leanote.ApiRequest.PayLoadDTO
gMService GMService
priKey string
return MoreNote.Models.DTO.Leanote.ApiRequest.PayLoadDTO

GetPayLoadSM3() public method

public GetPayLoadSM3 ( GMService gMService, string priKey ) : string
gMService GMService
priKey string
return string

GetPayLoadValue() public method

public GetPayLoadValue ( GMService gMService, string priKey ) : string
gMService GMService
priKey string
return string

ToJson() public method

public ToJson ( ) : string
return string

getSM4Key() public method

public getSM4Key ( GMService gMService, string priKey ) : string
gMService GMService
priKey string
return string