| Package | Description |
|---|---|
| com.google.crypto.tink | |
| com.google.crypto.tink.integration.android | |
| com.google.crypto.tink.proto | |
| com.google.crypto.tink.signature |
| Modifier and Type | Method and Description |
|---|---|
static Keyset |
CleartextKeysetHandle.getKeyset(KeysetHandle keysetHandle) |
Keyset |
JsonKeysetReader.read() |
Keyset |
KeysetReader.read()
Tries to read and return a cleartext
Keyset. |
Keyset |
BinaryKeysetReader.read() |
| Modifier and Type | Method and Description |
|---|---|
static KeysetHandle |
CleartextKeysetHandle.fromKeyset(Keyset keyset)
Returns a KeysetHandle for
keyset. |
void |
JsonKeysetWriter.write(Keyset keyset) |
void |
KeysetWriter.write(Keyset keyset)
Tries to write a
Keyset to some storage system. |
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(ByteBuffer data) |
static Keyset |
Keyset.parseFrom(ByteBuffer 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) |
| Modifier and Type | Method and Description |
|---|---|
Keyset |
SignaturePemKeysetReader.read() |