C# Class SyrupPayJose.Jwa.JwaFactory

Afficher le fichier Open project: SKplanet/syruppay-csharp

Méthodes publiques

Méthode Description
GetAlgorithmType ( string alg ) : JoseMethod
GetJweAlgorithm ( string alg ) : IJweAlgorithm
GetJweEncryption ( string enc ) : IJweEncryption
GetJwsAlgorithm ( string alg ) : IJwsAlgorithm

Method Details

GetAlgorithmType() public static méthode

public static GetAlgorithmType ( string alg ) : JoseMethod
alg string
Résultat JoseMethod

GetJweAlgorithm() public static méthode

public static GetJweAlgorithm ( string alg ) : IJweAlgorithm
alg string
Résultat IJweAlgorithm

GetJweEncryption() public static méthode

public static GetJweEncryption ( string enc ) : IJweEncryption
enc string
Résultat IJweEncryption

GetJwsAlgorithm() public static méthode

public static GetJwsAlgorithm ( string alg ) : IJwsAlgorithm
alg string
Résultat IJwsAlgorithm