C# Class SyrupPayJose.JoseHeader

显示文件 Open project: SKplanet/syruppay-csharp Class Usage Examples

Public Methods

Method Description
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

Method Details

GetHeader() public method

public GetHeader ( string key ) : string
key string
return string

GetJoseMethod() public method

public GetJoseMethod ( ) : JoseMethod
return JoseMethod

GetSerialize() public method

public GetSerialize ( ) : string
return string

JoseHeader() public method

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

SetHeader() public method

public SetHeader ( string key, string value ) : void
key string
value string
return void

SetSerialize() public method

public SetSerialize ( string src ) : void
src string
return void