C# Class Granados.Crypto.MACFactory

ファイルを表示 Open project: poderosaproject/poderosa

Public Methods

Method Description
CreateMAC ( MACAlgorithm algorithm, byte key ) : MAC
GetSize ( MACAlgorithm algorithm ) : int

Method Details

CreateMAC() public static method

public static CreateMAC ( MACAlgorithm algorithm, byte key ) : MAC
algorithm MACAlgorithm
key byte
return MAC

GetSize() public static method

public static GetSize ( MACAlgorithm algorithm ) : int
algorithm MACAlgorithm
return int