Documentation
¶
Index ¶
Constants ¶
View Source
const ( KeyCredentialVersion_0 uint32 = 0x0 KeyCredentialVersion_1 uint32 = 0x00000100 KeyCredentialVersion_2 uint32 = 0x00000200 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type KeyCredentialVersion ¶
func (*KeyCredentialVersion) Marshal ¶
func (kcv *KeyCredentialVersion) Marshal() ([]byte, error)
Marshal returns the raw bytes of the KeyCredentialVersion structure.
Returns: - A byte slice representing the raw bytes of the KeyCredentialVersion structure.
func (*KeyCredentialVersion) String ¶
func (kcv *KeyCredentialVersion) String() string
String returns a string representation of the KeyCredentialVersion.
Returns: - A string representing the KeyCredentialVersion.
Click to show internal directories.
Click to hide internal directories.