| BinaryKeysetReader |
|
| BinaryKeysetWriter |
|
| CleartextKeysetHandle |
Static methods for reading or writing cleartext keysets.
|
| Config |
Static methods for handling of Tink configurations.
|
| Configuration |
An object of this class represents a collection of algorithms that a user wants Tink to
understand.
|
| ConfigurationFips140v2 |
ConfigurationFips140v2 contains Tink primitives that are compliant with FIPS 140-2.
|
| ConfigurationV0 |
ConfigurationV0 contains the following primitives and algorithms:
|
| CryptoFormat |
Constants and convenience methods that deal with crypto format.
|
| InsecureSecretKeyAccess |
|
| JsonKeysetReader |
|
| JsonKeysetWriter |
Deprecated.
|
| Key |
Represents a cryptographic object.
|
| KeyGenConfiguration |
An object of this class represents a collection of key types that a user wants Tink to
understand.
|
| KeysetHandle |
A KeysetHandle provides abstracted access to Keyset, to limit the exposure of actual
protocol buffers that hold sensitive key material.
|
| KeysetHandle.Builder |
Used to create new KeysetHandle objects.
|
| KeysetHandle.Builder.Entry |
One entry, representing a single key, in a Keyset.Builder.
|
| KeysetHandle.Entry |
Represents a single entry in a keyset.
|
| KeysetManager |
Manages a Keyset proto, with convenience methods that rotate, disable, enable or destroy
keys.
|
| KeyStatus |
Represents the status of a key in a keyset.
|
| KeyTemplate |
A KeyTemplate specifies how to generate keys of a particular type.
|
| KeyTemplates |
This class consists exclusively of static methods that load KeyTemplate objects.
|
| KmsClients |
A container for KmsClient-objects that are needed by KeyManager-objects for
primitives that use KMS-managed keys.
|
| LegacyKeysetSerialization |
|
| NoSecretKeysetHandle |
Deprecated.
|
| Parameters |
Represents a cryptographic function without the actual key material.
|
| Registry |
A global container of key managers and catalogues.
|
| RegistryConfiguration |
RegistryConfiguration is a proxy Configuration that forwards all calls to the global Registry.
|
| SecretKeyAccess |
Represents access to secret key material.
|
| TinkJsonProtoKeysetFormat |
Functions to parse and serialize Keyset in Tink's JSON format based on Protobufs.
|
| TinkProtoKeysetFormat |
Functions to parse and serialize Keyset in Tink's binary format based on Protobufs.
|
| TinkProtoParametersFormat |
Functions to parse and serialize Parameters in Tink's binary format based on Protobufs.
|
| Version |
Version of the Tink library.
|