Lines Matching +full:persist +full:- +full:credentials
1 # Tink for Go HOW-TO
69 ----------------- | ------------------------------------------------
89 activities Tink provides a command-line tool, [Tinkey](TINKEY.md), which can be
94 After generating key material, you might want to persist it to a storage system.
113 keyURI = "gcp-kms://projects/tink-examples/locations/global/keyRings/foo/cryptoKeys/bar"
114 credentialsPath = "credentials.json"
162 [AEAD examples](https://pkg.go.dev/github.com/google/tink/go/aead#example-package).
176 [Deterministic AEAD examples](https://pkg.go.dev/github.com/google/tink/go/daead#example-package).
186 [MAC examples](https://pkg.go.dev/github.com/google/tink/go/mac#example-package).
198 [digital signature examples](https://pkg.go.dev/github.com/google/tink/go/signature#example-package…
208 [hybrid encryption examples](https://pkg.go.dev/github.com/google/tink/go/hybrid#example-package).
215 [envelope encryption](KEY-MANAGEMENT.md#envelope-encryption).
218 `gcp-kms://projects/tink-examples/locations/global/keyRings/foo/cryptoKeys/bar`
219 using the credentials in `credentials.json` as follows:
236 keyURI = "gcp-kms://projects/tink-examples/locations/global/keyRings/foo/cryptoKeys/bar"
237 credentialsPath = "credentials.json"