Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type YubiHSMSigner ¶
type YubiHSMSigner struct {
// contains filtered or unexported fields
}
func NewYubiHSMSigner ¶
func (*YubiHSMSigner) Close ¶
func (hsm *YubiHSMSigner) Close()
Close closes the connection to the HSM
func (*YubiHSMSigner) Public ¶
func (hsm *YubiHSMSigner) Public() crypto.PublicKey
func (*YubiHSMSigner) Sign ¶
func (hsm *YubiHSMSigner) Sign(_ io.Reader, msg []byte, _ crypto.SignerOpts) ([]byte, error)
Click to show internal directories.
Click to hide internal directories.