C# 클래스 SyrupPayJose.JoseHeader

파일 보기 프로젝트 열기: SKplanet/syruppay-csharp 1 사용 예제들

공개 메소드들

메소드 설명
GetHeader ( string key ) : string
GetJoseMethod ( ) : JoseMethod
GetSerialize ( ) : string
JoseHeader ( JsonWebAlgorithm alg, JsonWebAlgorithm enc, string kid = null ) : System
SetHeader ( string key, string value ) : void
SetSerialize ( string src ) : void

메소드 상세

GetHeader() 공개 메소드

public GetHeader ( string key ) : string
key string
리턴 string

GetJoseMethod() 공개 메소드

public GetJoseMethod ( ) : JoseMethod
리턴 JoseMethod

GetSerialize() 공개 메소드

public GetSerialize ( ) : string
리턴 string

JoseHeader() 공개 메소드

public JoseHeader ( JsonWebAlgorithm alg, JsonWebAlgorithm enc, string kid = null ) : System
alg JsonWebAlgorithm
enc JsonWebAlgorithm
kid string
리턴 System

SetHeader() 공개 메소드

public SetHeader ( string key, string value ) : void
key string
value string
리턴 void

SetSerialize() 공개 메소드

public SetSerialize ( string src ) : void
src string
리턴 void