//
pkg.gl
Category
github.com/google/tink/go
testkeyset
package
1.7.0
Repository:
https://github.com/google/tink.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
4
Dependents
8
Files
43 SLOC
#
Functions
NewHandle
NewHandle creates a new instance of Handle using the given keyset.
Read
Read creates a keyset.Handle from a cleartext keyset obtained via r.
Write
Write exports the keyset from h to the given writer w without encrypting it.
#
Variables
KeysetHandle
KeysetHandle creates a keyset.Handle from cleartext key material.
KeysetMaterial
KeysetMaterial returns the key material contained in a keyset.Handle.