C# Class SyrupPayJose.Jwa.JwaFactory

ファイルを表示 Open project: SKplanet/syruppay-csharp

Public Methods

Method Description
GetAlgorithmType ( string alg ) : JoseMethod
GetJweAlgorithm ( string alg ) : IJweAlgorithm
GetJweEncryption ( string enc ) : IJweEncryption
GetJwsAlgorithm ( string alg ) : IJwsAlgorithm

Method Details

GetAlgorithmType() public static method

public static GetAlgorithmType ( string alg ) : JoseMethod
alg string
return JoseMethod

GetJweAlgorithm() public static method

public static GetJweAlgorithm ( string alg ) : IJweAlgorithm
alg string
return IJweAlgorithm

GetJweEncryption() public static method

public static GetJweEncryption ( string enc ) : IJweEncryption
enc string
return IJweEncryption

GetJwsAlgorithm() public static method

public static GetJwsAlgorithm ( string alg ) : IJwsAlgorithm
alg string
return IJwsAlgorithm