Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type KeyIDMapping ¶
type PKCS11Opts ¶
type PKCS11Opts struct { // Default algorithms when not specified (Deprecated?) Security int `yaml:"Security"` Hash string `yaml:"Hash"` // PKCS11 options Library string `yaml:"Library"` Label string `yaml:"Label"` Pin string `yaml:"Pin"` SoftwareVerify bool `yaml:"SoftwareVerify,omitempty"` Immutable bool `yaml:"Immutable,omitempty"` AltID string `yaml:"AltId,omitempty"` KeyIDs []KeyIDMapping `yaml:"KeyIds,omitempty" mapstructure:"KeyIds"` }
func ToPKCS11OptsOpts ¶
func ToPKCS11OptsOpts(o any) *PKCS11Opts
Click to show internal directories.
Click to hide internal directories.