public final class RegistryConfiguration extends InternalConfiguration
| Modifier and Type | Method and Description |
|---|---|
static InternalConfiguration |
createFromPrimitiveRegistry(PrimitiveRegistry registry)
Do not call.
|
static RegistryConfiguration |
get() |
<P> P |
wrap(KeysetHandleInterface keysetHandle,
MonitoringAnnotations annotations,
Class<P> clazz)
Creates a primitive from a KeysetHandle.
|
public static RegistryConfiguration get()
public <P> P wrap(KeysetHandleInterface keysetHandle, MonitoringAnnotations annotations, Class<P> clazz) throws GeneralSecurityException
InternalConfigurationwrap in class InternalConfigurationGeneralSecurityException - if the wrapper for the provided pair (input class, wrapped
class) is not registeredpublic static InternalConfiguration createFromPrimitiveRegistry(PrimitiveRegistry registry)
We shadow the function createFromPrimitiveRegistry here so that one cannot invoke
the static function in the superclass by writing RegistryConfiguration.createFromPrimitiveRegistry.