C# Class SyrupPayJose.JoseHeader

Afficher le fichier Open project: SKplanet/syruppay-csharp Class Usage Examples

Méthodes publiques

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

public GetHeader ( string key ) : string
key string
Résultat string

GetJoseMethod() public méthode

public GetJoseMethod ( ) : JoseMethod
Résultat JoseMethod

GetSerialize() public méthode

public GetSerialize ( ) : string
Résultat string

JoseHeader() public méthode

public JoseHeader ( JsonWebAlgorithm alg, JsonWebAlgorithm enc, string kid = null ) : System
alg JsonWebAlgorithm
enc JsonWebAlgorithm
kid string
Résultat System

SetHeader() public méthode

public SetHeader ( string key, string value ) : void
key string
value string
Résultat void

SetSerialize() public méthode

public SetSerialize ( string src ) : void
src string
Résultat void