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

Afficher le fichier Open project: hyfree/MoreNote

Méthodes publiques

Méthode 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 méthode

public static FromJSON ( string json ) : DigitalEnvelope
json string
Résultat DigitalEnvelope

GetPayLoadDTO() public méthode

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

GetPayLoadSM3() public méthode

public GetPayLoadSM3 ( GMService gMService, string priKey ) : string
gMService GMService
priKey string
Résultat string

GetPayLoadValue() public méthode

public GetPayLoadValue ( GMService gMService, string priKey ) : string
gMService GMService
priKey string
Résultat string

ToJson() public méthode

public ToJson ( ) : string
Résultat string

getSM4Key() public méthode

public getSM4Key ( GMService gMService, string priKey ) : string
gMService GMService
priKey string
Résultat string