| 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)
Deprecated.
Method should be inlined.
|
static JsonKeysetReader |
JsonKeysetReader.withInputStream(InputStream input)
Static method to create a JsonKeysetReader from an
InputStream. |
static JsonKeysetReader |
JsonKeysetReader.withJsonObject(Object input)
Deprecated.
Use
#withString |
static JsonKeysetReader |
JsonKeysetReader.withPath(Path path)
Deprecated.
Method should be inlined.
|
static JsonKeysetReader |
JsonKeysetReader.withPath(String path)
Deprecated.
Method should be inlined.
|
static JsonKeysetReader |
JsonKeysetReader.withString(String input)
Static method to create a JsonKeysetReader from a string.
|
JsonKeysetReader |
JsonKeysetReader.withUrlSafeBase64() |