| Package | Description |
|---|---|
| com.google.crypto.tink | |
| com.google.crypto.tink.proto | |
| com.google.crypto.tink.signature |
| Modifier and Type | Method and Description |
|---|---|
static Keyset |
CleartextKeysetHandle.getKeyset(KeysetHandle keysetHandle)
Deprecated.
Instead, call "KeysetHandle.getAt()" to get information about individual keys or
TinkProtoKeysetFormat if you need a serialized keyset.
|
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)
Deprecated.
Instead, use a
KeysetHandle.Builder. |
void |
JsonKeysetWriter.write(Keyset keyset)
Deprecated.
|
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 |
Keyset.Builder.build() |
Keyset |
Keyset.Builder.buildPartial() |
static Keyset |
Keyset.getDefaultInstance() |
Keyset |
Keyset.getDefaultInstanceForType() |
Keyset |
Keyset.Builder.getDefaultInstanceForType() |
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 |
|---|---|
com.google.protobuf.Parser<Keyset> |
Keyset.getParserForType() |
static com.google.protobuf.Parser<Keyset> |
Keyset.parser() |
| Modifier and Type | Method and Description |
|---|---|
Keyset.Builder |
Keyset.Builder.mergeFrom(Keyset other) |
static Keyset.Builder |
Keyset.newBuilder(Keyset prototype) |
| Modifier and Type | Method and Description |
|---|---|
Keyset |
SignaturePemKeysetReader.read() |