Current section

Files

Jump to
erp include dict sign.hrl
Raw

include/dict/sign.hrl

-ifndef(SIGN_HRL).
-define(SIGN_HRL, true).
-record('signature', { id = [] :: list(),
cert = [] :: binary() | list(),
cn = [] :: binary() | list(),
type = [] :: binary() }).
-endif.