C# Class OpenSSL.HMAC

Show file Open project: haf/miTLS

Public Methods

Method Description
HMAC ( MDType type ) : System
HMac ( byte b ) : byte[]

Method Details

HMAC() public method

public HMAC ( MDType type ) : System
type MDType
return System

HMac() public method

public HMac ( byte b ) : byte[]
b byte
return byte[]