Documentation ¶
Index ¶
Constants ¶
View Source
const IdentifierSize uint = 17
IdentifierSize is the size of an identifier in bytes
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Identifier ¶
type Identifier [IdentifierSize]uint8
Identifier is a semi-opaque structure (just bytes) to track keys within the Keychain.
func (Identifier) MarshalJSON ¶
func (i Identifier) MarshalJSON() ([]byte, error)
MarshalJSON is a custom marshal function for Identifier
func (*Identifier) UnmarshalJSON ¶
func (i *Identifier) UnmarshalJSON(b []byte) error
UnmarshalJSON is a custom unmarshal function for Identifier
Click to show internal directories.
Click to hide internal directories.