Uses of Class
com.google.crypto.tink.JsonKeysetReader
-
Packages that use JsonKeysetReader Package Description com.google.crypto.tink -
-
Uses of JsonKeysetReader in com.google.crypto.tink
Methods in com.google.crypto.tink that return JsonKeysetReader Modifier and Type Method Description static JsonKeysetReaderJsonKeysetReader. withBytes(byte[] bytes)Deprecated.Use TinkJsonProtoKeysetFormat.parseKeyset() instead.static JsonKeysetReaderJsonKeysetReader. withFile(java.io.File file)Deprecated.Method should be inlined.static JsonKeysetReaderJsonKeysetReader. withInputStream(java.io.InputStream input)Static method to create a JsonKeysetReader from anInputStream.static JsonKeysetReaderJsonKeysetReader. withJsonObject(java.lang.Object input)Deprecated.Use#withStringstatic JsonKeysetReaderJsonKeysetReader. withPath(java.lang.String path)Deprecated.Method should be inlined.static JsonKeysetReaderJsonKeysetReader. withPath(java.nio.file.Path path)Deprecated.Method should be inlined.static JsonKeysetReaderJsonKeysetReader. withString(java.lang.String input)Static method to create a JsonKeysetReader from a string.JsonKeysetReaderJsonKeysetReader. withUrlSafeBase64()
-