| Package | Description |
|---|---|
| com.google.crypto.tink | |
| com.google.crypto.tink.internal |
| Modifier and Type | Method and Description |
|---|---|
static Configuration |
ConfigurationV0.get() |
static Configuration |
ConfigurationFips140v2.get()
get returns a Configuration containing primitives that are FIPS 140-2 compiant.
|
static Configuration |
RegistryConfiguration.get()
get returns a Configuration forwarding all calls to the global Registry.
|
| Modifier and Type | Method and Description |
|---|---|
<P> P |
KeysetHandle.getPrimitive(Configuration configuration,
Class<P> targetClassObject)
Returns a primitive from this keyset using the provided
Configuration to create
resources used in creating the primitive. |
| Modifier and Type | Class and Description |
|---|---|
class |
InternalConfiguration
Abstract class representing the real configuration API, i.e.
|
class |
RegistryConfiguration
Represents the configuration as currently specified by the registry.
|