| 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 |
|---|---|
EncryptedKeyset |
JsonKeysetReader.readEncrypted() |
EncryptedKeyset |
KeysetReader.readEncrypted()
Tries to read and return an
EncryptedKeyset. |
EncryptedKeyset |
BinaryKeysetReader.readEncrypted() |
| Modifier and Type | Method and Description |
|---|---|
void |
JsonKeysetWriter.write(EncryptedKeyset keyset) |
void |
KeysetWriter.write(EncryptedKeyset keyset)
Tries to write an
EncryptedKeyset to some storage system. |
void |
BinaryKeysetWriter.write(EncryptedKeyset keyset) |
| Modifier and Type | Method and Description |
|---|---|
EncryptedKeyset |
SharedPrefKeysetReader.readEncrypted() |
| Modifier and Type | Method and Description |
|---|---|
void |
SharedPrefKeysetWriter.write(EncryptedKeyset keyset) |
| Modifier and Type | Method and Description |
|---|---|
static EncryptedKeyset |
EncryptedKeyset.getDefaultInstance() |
static EncryptedKeyset |
EncryptedKeyset.parseDelimitedFrom(InputStream input) |
static EncryptedKeyset |
EncryptedKeyset.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static EncryptedKeyset |
EncryptedKeyset.parseFrom(byte[] data) |
static EncryptedKeyset |
EncryptedKeyset.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static EncryptedKeyset |
EncryptedKeyset.parseFrom(ByteBuffer data) |
static EncryptedKeyset |
EncryptedKeyset.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static EncryptedKeyset |
EncryptedKeyset.parseFrom(com.google.protobuf.ByteString data) |
static EncryptedKeyset |
EncryptedKeyset.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static EncryptedKeyset |
EncryptedKeyset.parseFrom(com.google.protobuf.CodedInputStream input) |
static EncryptedKeyset |
EncryptedKeyset.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static EncryptedKeyset |
EncryptedKeyset.parseFrom(InputStream input) |
static EncryptedKeyset |
EncryptedKeyset.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Parser<EncryptedKeyset> |
EncryptedKeyset.parser() |
| Modifier and Type | Method and Description |
|---|---|
static EncryptedKeyset.Builder |
EncryptedKeyset.newBuilder(EncryptedKeyset prototype) |
| Modifier and Type | Method and Description |
|---|---|
EncryptedKeyset |
SignaturePemKeysetReader.readEncrypted() |