Uses of Interface
com.google.crypto.tink.Configuration
-
Packages that use Configuration Package Description com.google.crypto.tink com.google.crypto.tink.internal -
-
Uses of Configuration in com.google.crypto.tink
Methods in com.google.crypto.tink that return Configuration Modifier and Type Method Description static ConfigurationConfigurationFips140v2. get()get returns a Configuration containing primitives that are FIPS 140-2 compliant.static ConfigurationConfigurationV0. get()static ConfigurationRegistryConfiguration. get()get returns a Configuration forwarding all calls to the global Registry.Methods in com.google.crypto.tink with parameters of type Configuration Modifier and Type Method Description <P> PKeysetHandle. getPrimitive(Configuration configuration, java.lang.Class<P> targetClassObject)Returns a primitive from this keyset using the providedConfigurationto create resources used in creating the primitive. -
Uses of Configuration in com.google.crypto.tink.internal
Methods in com.google.crypto.tink.internal that return Configuration Modifier and Type Method Description static ConfigurationRegistryConfiguration. get()
-