| Package | Description |
|---|---|
| com.google.crypto.tink | |
| com.google.crypto.tink.integration.android | |
| com.google.crypto.tink.proto |
| Modifier and Type | Method and Description |
|---|---|
EncryptedKeyset |
KeysetReader.readEncrypted()
Tries to read and return an
EncryptedKeyset. |
EncryptedKeyset |
JsonKeysetReader.readEncrypted() |
EncryptedKeyset |
BinaryKeysetReader.readEncrypted() |
| Modifier and Type | Method and Description |
|---|---|
static void |
KeysetHandle.assertEnoughEncryptedKeyMaterial(EncryptedKeyset keyset)
Validates that an encrypted keyset contains enough key material to build a keyset on.
|
void |
KeysetWriter.write(EncryptedKeyset keyset)
Tries to write an
EncryptedKeyset to some storage system. |
void |
JsonKeysetWriter.write(EncryptedKeyset keyset) |
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(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) |