| Package | Description |
|---|---|
| com.google.crypto.tink |
| Modifier and Type | Method and Description |
|---|---|
static <P> Catalogue<P> |
Registry.getCatalogue(String catalogueName)
Tries to get a catalogue associated with
catalogueName. |
| Modifier and Type | Method and Description |
|---|---|
static <P> void |
Registry.addCatalogue(String catalogueName,
Catalogue<P> catalogue)
Tries to add a catalogue, to enable custom configuration of key types and key managers.
|