| Package | Description |
|---|---|
| com.google.crypto.tink |
| Modifier and Type | Method and Description |
|---|---|
static JsonKeysetReader |
JsonKeysetReader.withBytes(byte[] bytes)
Static method to create a JsonKeysetReader from a byte array.
|
static JsonKeysetReader |
JsonKeysetReader.withFile(File file)
Static method to create a JsonKeysetReader from a file.
|
static JsonKeysetReader |
JsonKeysetReader.withJsonObject(JSONObject input)
Static method to create a JsonKeysetReader from an
JSONObject. |
static JsonKeysetReader |
JsonKeysetReader.withPath(Path path)
Static method to create a JsonKeysetReader from a
Path. |
static JsonKeysetReader |
JsonKeysetReader.withPath(String path)
Static method to create a JsonKeysetReader from a
Path. |
static JsonKeysetReader |
JsonKeysetReader.withString(String input)
Static method to create a JsonKeysetReader from a string.
|
JsonKeysetReader |
JsonKeysetReader.withUrlSafeBase64() |