Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrInvalidSecLv = errors.New("invalid security level")
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { SecLv int KeyDirPath string CertDirPath string KeyGenOpt heimdall.KeyGenOpts EncOpt *encryption.Opts KdfOpt *kdf.Opts SigAlgo string HashOpt *hashing.HashOpt }
func NewDefaultConfig ¶
NewDefaultConfig makes configuration by security level 192
func NewDetailConfig ¶
todo: 받을 parameter 결정.. NewDetailConfig makes configuration by parameters corresponding to config struct members
func NewSimpleConfig ¶
NewSimpleConfig makes configuration by input security level
Click to show internal directories.
Click to hide internal directories.