C# 클래스 MoreNote.Models.DTO.Leanote.ApiRequest.DigitalEnvelope

파일 보기 프로젝트 열기: hyfree/MoreNote

공개 메소드들

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

메소드 상세

FromJSON() 공개 정적인 메소드

public static FromJSON ( string json ) : DigitalEnvelope
json string
리턴 DigitalEnvelope

GetPayLoadDTO() 공개 메소드

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

GetPayLoadSM3() 공개 메소드

public GetPayLoadSM3 ( GMService gMService, string priKey ) : string
gMService GMService
priKey string
리턴 string

GetPayLoadValue() 공개 메소드

public GetPayLoadValue ( GMService gMService, string priKey ) : string
gMService GMService
priKey string
리턴 string

ToJson() 공개 메소드

public ToJson ( ) : string
리턴 string

getSM4Key() 공개 메소드

public getSM4Key ( GMService gMService, string priKey ) : string
gMService GMService
priKey string
리턴 string