Documentation ¶
Overview ¶
Package testkeyset provides for test code methods to read or write cleartext keyset material.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // KeysetHandle creates a keyset.Handle from cleartext key material. KeysetHandle = internal.KeysetHandle.(func(*tinkpb.Keyset) *keyset.Handle) // KeysetMaterial returns the key material contained in a keyset.Handle. KeysetMaterial = internal.KeysetMaterial.(func(*keyset.Handle) *tinkpb.Keyset) )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.