| Package | Description |
|---|---|
| com.google.crypto.tink | |
| com.google.crypto.tink.integration.android | |
| com.google.crypto.tink.proto |
| Modifier and Type | Method and Description |
|---|---|
Keyset |
KeysetReader.read()
Tries to read and return a cleartext
Keyset. |
Keyset |
JsonKeysetReader.read() |
Keyset |
BinaryKeysetReader.read() |
| Modifier and Type | Method and Description |
|---|---|
static void |
KeysetHandle.assertEnoughKeyMaterial(Keyset keyset)
Validates that an keyset handle contains enough key material to build a keyset on.
|
void |
KeysetWriter.write(Keyset keyset)
Tries to write a
Keyset to some storage system. |
void |
JsonKeysetWriter.write(Keyset keyset) |
void |
BinaryKeysetWriter.write(Keyset keyset) |
| Modifier and Type | Method and Description |
|---|---|
Keyset |
SharedPrefKeysetReader.read() |
| Modifier and Type | Method and Description |
|---|---|
void |
SharedPrefKeysetWriter.write(Keyset keyset) |
| Modifier and Type | Method and Description |
|---|---|
static Keyset |
Keyset.getDefaultInstance() |
static Keyset |
Keyset.parseDelimitedFrom(InputStream input) |
static Keyset |
Keyset.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Keyset |
Keyset.parseFrom(byte[] data) |
static Keyset |
Keyset.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Keyset |
Keyset.parseFrom(com.google.protobuf.ByteString data) |
static Keyset |
Keyset.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Keyset |
Keyset.parseFrom(com.google.protobuf.CodedInputStream input) |
static Keyset |
Keyset.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Keyset |
Keyset.parseFrom(InputStream input) |
static Keyset |
Keyset.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Parser<Keyset> |
Keyset.parser() |
| Modifier and Type | Method and Description |
|---|---|
static Keyset.Builder |
Keyset.newBuilder(Keyset prototype) |