Uses of Class
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 compiant.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
Subclasses of Configuration in com.google.crypto.tink.internal Modifier and Type Class Description classInternalConfigurationAbstract class representing the real configuration API, i.e.classRegistryConfigurationRepresents the configuration as currently specified by the registry.
-