Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ValidateSlot ¶ added in v1.5.0
Types ¶
type YubikeyPod ¶ added in v1.5.0
type YubikeyPod struct { }
func NewYubikeyPod ¶ added in v1.5.0
func NewYubikeyPod(slot uint32, pin string) (*YubikeyPod, error)
func (*YubikeyPod) CanRead ¶ added in v1.5.0
func (pod *YubikeyPod) CanRead() error
func (*YubikeyPod) CanWrite ¶ added in v1.5.0
func (pod *YubikeyPod) CanWrite() error
func (*YubikeyPod) Read ¶ added in v1.5.0
func (pod *YubikeyPod) Read() ([]byte, error)
func (*YubikeyPod) Write ¶ added in v1.5.0
func (pod *YubikeyPod) Write(data []byte) error
Click to show internal directories.
Click to hide internal directories.