| Package | Description |
|---|---|
| com.google.crypto.tink.internal |
| Modifier and Type | Method and Description |
|---|---|
<KeyT extends Key,PrimitiveT> |
PrimitiveRegistry.Builder.registerPrimitiveConstructor(PrimitiveConstructor<KeyT,PrimitiveT> primitiveConstructor)
Registers a primitive constructor for later use in
PrimitiveRegistry.getPrimitive(KeyT, java.lang.Class<PrimitiveT>). |
<InputPrimitiveT,WrapperPrimitiveT> |
PrimitiveRegistry.Builder.registerPrimitiveWrapper(PrimitiveWrapper<InputPrimitiveT,WrapperPrimitiveT> wrapper) |