Uses of Interface
com.google.crypto.tink.Catalogue
-
Packages that use Catalogue Package Description com.google.crypto.tink -
-
Uses of Catalogue in com.google.crypto.tink
Methods in com.google.crypto.tink that return Catalogue Modifier and Type Method Description static Catalogue<?>Registry. getCatalogue(java.lang.String catalogueName)Deprecated.Catalogues are no longer supported.Methods in com.google.crypto.tink with parameters of type Catalogue Modifier and Type Method Description static voidRegistry. addCatalogue(java.lang.String catalogueName, Catalogue<?> catalogue)Deprecated.Catalogues are no longer supported.
-