| Package | Description |
|---|---|
| com.google.crypto.tink |
| Modifier and Type | Method and Description |
|---|---|
static <P> PrimitiveSet<P> |
Registry.getPrimitives(KeysetHandle keysetHandle)
Creates a set of primitives corresponding to the keys with status=ENABLED in the keyset given
in
keysetHandle, assuming all the corresponding key managers are present (keys with
status!=ENABLED are skipped). |
static <P> PrimitiveSet<P> |
Registry.getPrimitives(KeysetHandle keysetHandle,
KeyManager<P> customManager)
Creates a set of primitives corresponding to the keys with status=ENABLED in the keyset given
in
keysetHandle, using customManager (instead of registered key managers) for
keys supported by it. |
protected static <P> PrimitiveSet<P> |
PrimitiveSet.newPrimitiveSet() |